Posted by comex on 10/20/54 11:24
> 2) While the 'q' switch ("php -q") is necessary and sufficient to suppress
> HTTP header generation using the CLI ('command line interface'), it is not
> clear to me how to apply this switch in a CGI configuration. Any ideas?
I believe that switch works on CGI, and that in CLI headers are
surpressed by default.
$ php-cgi
test
Content-type: text/html
X-Powered-By: PHP/4.3.10-15
test
$ php
test
test
[Back to original message]
|