Installing pear on windows, wrong paths

蓝咒 提交于 2019-12-06 05:18:49

Set PHP_PEAR_SYSCONF_DIR to the directory where your pear.ini is located.

SETX PHP_PEAR_SYSCONF_DIR d:\web\soft\php /M

Try taking a look in parameter include_path at your php.ini:

include_path = ".;d:\web\soft\php;d:\web\soft\php\PEAR"

this is the best link i have come across so far to install pear for php http://crc-stc.com/How_to_Install_PHP_PEAR_on_WampServer

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!