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

2001-11-28 Thread Michael Johnson
A couple of additional comments on this. This is not a complete fix as a blank line still gets printed and generates a Warning in some cases. To work around this, set output_buffering to On in your php.ini file. - Original Message - From: "Michael Johnson" <[EMAIL P

[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