Re: [PHP-INSTALL] Behavior of PHP module vs. PHP cgi

2008-06-04 Thread Jesse Santana
You don't need this line for the apache module version of php. This is a shell directive to run the CLI version of PHP, which is not required by the apache PHP module. Understood. I just left that in to show that the script I am running is exactly the same. We don't include this when running

Re: [PHP-INSTALL] Behavior of PHP module vs. PHP cgi

2008-06-04 Thread Keith Roberts
On Wed, 4 Jun 2008, Jesse Santana wrote: To: php-install@lists.php.net From: Jesse Santana <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Behavior of PHP module vs. PHP cgi Can someone explain to me why this script: #!/usr/local/php5/bin/php You don't need this line for the apache module version

[PHP-INSTALL] Behavior of PHP module vs. PHP cgi

2008-06-04 Thread Jesse Santana
Can someone explain to me why this script: #!/usr/local/php5/bin/php PHP Test If nothing follows this paragraph, PHP is not enabled. Displays perfectly on a system with PHP installed and running as an Apache module - see: http://eagles.its.csulb.edu/php/phptest.php. Yet displays com