phpunit - PEAR error require_once(Structures/Graph/Node.php): failed to open stream -


i'm trying install phpunit using pear. whatever command run pear install phpunit/phpunit, pear install structures_graph, pear upgrade, pear upgrade --force --alldeps... ends

warning: require_once(structures/graph/node.php): failed open stream: no such file or directory in pear\structures\graph.php on line 37 php warning: require_once(structures/graph/node.php): failed open stream: 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): failed open stream: 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(): failed opening 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(): failed opening 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

i tried the answer question , downloaded , extracted zip c:\wamp\bin\php\php5.3.4\pear\pear, replaces structures_graph error had before one.

pear installed go-pear.bat on wamp installation on windows 7, php 5.3.4.

what more can try make work?

update: should said i've tried change include_path reported in error above, no success. tried alter both php.ini , pear.bat.

i found version of pear (go-pear.phar) comes wamp broken.

downloading fresh go-pear.phar file pears website worked me.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -