I have a problem with phing.
I want to start phing
in the commandline with " :> phing " but if I do this, I get this error:
Warning: require_once(phing/Project.php): failed to open stream: No such file or directory in C:\develop\php\pear\pear\phing\Phing.php on line 19
Fatal error: require_once(): Failed opening required 'phing/Project.php' (include_path='C:\develop\php\pear\pear/../classes;.;C:\php\pear') in C:\develop\php\pear\pear\phing\Phing.php on line 19
I installed Apache and php. This worked.
I tested using
php -c "c:/develop/php/php.info" -r "echo get_include_path();"
and got
-> .;C:\php\pear
What can I do. I looked here but this not help me: