我正在使用x.4的xampp版本放在D:。但是当我在cmd中执行go-pear.bat文件然后显示错误:“无法在1236行打开流无效路径phar:// go- pear.phar / index.php文件。 当我要安装梨然后“解包失败的c:// php // structure-graph正在显示。 但是,当我只运行梨时,它会显示所有命令。 请帮帮我们。
答案 0 :(得分:0)
这可能是由于php.ini中include_path配置错误造成的,请确保PEAR文件夹的路径是include_path设置的一部分,即:
; PHP's default setting for include_path is ".;/path/to/php/pear"
; http://php.net/include-path
include_path = ".;D:\xampp\php\PEAR"