Re: [PHP-INSTALL] Automatically adding #! to all PHP scripts

2007-07-05 Thread Jesse Santana
nced BASH scripting usefull: http://www.tldp.org/LDP/abs/html/ HTH Keith > On Tue, 3 Jul 2007, Jesse Santana wrote: > >> To: php-install@lists.php.net >> From: Jesse Santana <[EMAIL PROTECTED]> >> Subject: [PHP-INSTALL] Automatically adding #! to all PHP scripts &g

Re: [PHP-INSTALL] Automatically adding #! to all PHP scripts

2007-07-05 Thread Keith Roberts
://www.tldp.org/LDP/abs/html/ HTH Keith On Tue, 3 Jul 2007, Jesse Santana wrote: To: php-install@lists.php.net From: Jesse Santana <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Automatically adding #! to all PHP scripts I have just finished installing Apache 2.2.4 and PHP 5.2.2 on a Solar

Re: [PHP-INSTALL] Automatically adding #! to all PHP scripts

2007-07-03 Thread Keith Roberts
: To: php-install@lists.php.net From: Jesse Santana <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Automatically adding #! to all PHP scripts I have just finished installing Apache 2.2.4 and PHP 5.2.2 on a Solaris 10 machine. I've compiled PHP to run as a CLI to take advantage of Apac

[PHP-INSTALL] Automatically adding #! to all PHP scripts

2007-07-03 Thread Jesse Santana
I have just finished installing Apache 2.2.4 and PHP 5.2.2 on a Solaris 10 machine. I've compiled PHP to run as a CLI to take advantage of Apache's suexec feature. Everything appears to work just fine but requires me to add in a #!/usr/local/php5/bin/php to all my PHP scripts in order to get