This is a discussion on Probably a dumb question but... within the PHP General forums, part of the PHP Programming Forums category; I've just installed PHP 4.4.4 with CLI disabled and CGI enabled. With CLI I can find the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've just installed PHP 4.4.4 with CLI disabled and CGI enabled. With
CLI I can find the PHP executable in $prefix/bin/php but with CGI I can't find it. I need the path to the PHP executable so I can install suPHP but $prefix/bin/php no longer exists and all I have in $prefix/bin is php-config and phpize if I want to replace a call to $prefix/bin/php with the CGI version what would the system path be? |