We compiled PHP to be used as a CGI and it's
working great. However, whenever we run a
php script, the following message gets outputted
at the start of the output:
"X-Powered-By: PHP/4.0.3pl1
Content-type: text/html"
Is there any way we can suppress that message?
I looked all over the docs and missed that info if
it's there. If the details on how to suppress this
is in the documentation, a link would be most
appreciated (or a link to anywhere else that might
have this info). Otherwise, any insight would
be greatly appreciated!
Chris