我正在尝试使用PEAR安装PHPUnit。无论我运行什么命令,例如pear install phpunit/PHPUnit
,pear install Structures_Graph
,pear upgrade
,pear upgrade --force --alldeps
……它总是以
我尝试了the answer to this question并下载了ZIP并将其解压缩到C:\wamp\bin\php\php5.3.4\PEAR\PEAR,但这仅用这个替换了我以前遇到的Structures_Graph错误。
在Windows 7,PHP 5.3.4上的Wamp安装中,PEAR与go-pear.bat一起安装。
我还能尝试做些什么?
更新:应该说我已尝试将上述错误中报告的include_path更改为未成功。试图同时更改php.ini
和pear.bat
。
最佳答案
我发现,wamp随附的 pear (go-pear.phar
)的版本基本上已损坏。
从 pear 网站下载一个新的go-pear.phar
文件对我有用。
关于php - pear 错误require_once(Structures/Graph/Node.php): failed to open stream,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/5625935/