[PHP] Probably a dumb question but...

2006-10-31 Thread Tom Ray [Lists]
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?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Probably a dumb question but...

2006-10-31 Thread Jay Blanchard
[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?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php