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
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