I am trying to install PHPUnit using PEAR. Any team that I run like a pear install phpunit/PHPUnit, pear install Structures_Graph, pear upgrade, pear upgrade --force --alldeps..., it always ends in
Warning: require_once (Structures / Graph / Node.php): could not open the stream: there is no such file or directory in PEAR \ Structures \ Graph.php on line 37 PHP Warning: require_once (Structures / Graph / Node.php): failed open stream: there is no such file or directory in C: \ WAMP \ Bin \ PHP \ php5.3.4 \ PEAR \ PEAR \ Structures \ Graph.p hp on line 37
Warning: require_once (Structures / Graph / Node.php): could not open the stream: there is no such file or directory in C: \ WAMP \ Bin \ PHP \ php5.3.4 \ PEAR \ PEAR \ Structures \ Graph.php on line 37 PHP Fatal error: require_once (): opening failure required 'Structures / Graph / Node.php' (include_path = 'C: \ wamp \ bin \ php \ php5.3.4 \ pear') in C: \ wamp \ bin \ php \ php5 .3.4 \ PEAR \ PEAR \ Structures \ Graph.php on line 37
Fatal error: require_once (): Error opening 'Structures / Graph / Node.php' (include_path = 'C: \ wamp \ bin \ php \ php5.3.4 \ pear') in C: \ wamp \ bin \ php \ php5 .3.4 \ PEAR \ PEAR \ Structures \ Graph.php on line 37
I tried the answer to this question and downloaded and extracted the ZIP in C: \ wamp \ bin \ php \ php5.3.4 \ PEAR \ PEAR, but this only replaces the Structures_Graph error that I had previously encountered with this.
PEAR is installed with go-pear.bat on a wamp installation in Windows 7, PHP 5.3.4.
The more I can try to do this job?
Update: it should be said that I tried to change the include_path specified in the above error without success. I tried to change both php.iniand pear.bat.
source
share