Re: [PHP-INST] Fix for CGI PHP (no more #!/php in displayed content)

2001-11-28 Thread Michael Johnson
ROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 7:59 AM Subject: [PHP-INST] Fix for CGI PHP (no more #!/php in displayed content) > As some of you are aware, PHP 4.0.6 has a small glitch on the cgi (rather > than mod) side of things that

[PHP-INST] Fix for CGI PHP (no more #!/php in displayed content)

2001-11-28 Thread Michael Johnson
As some of you are aware, PHP 4.0.6 has a small glitch on the cgi (rather than mod) side of things that renders it utterly useless for all practical purposes. To use a php script via a cgi-script handler (on *nix), obviously one must include '#! /path/to/php' line as the first in the file. Unfort