This is a discussion on RE: [PHP] Probably a dumb question but... within the PHP General forums, part of the PHP Programming Forums category; [snip] I've just installed PHP 4.4.4 with CLI disabled and CGI enabled. With CLI I can find ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[snip]
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? [/snip] I trust that you have typed "which php" at the command prompt? |