php via cmdline including unwanted headers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I run some scripts via php (cgi) which sends output to another file, but it's including unwanted cookie header, etc in the outfile.

example:

php /home/dev/script.php > /home/production/feeds/news.xml 2>&1

and at the top of news.xml i get:

X-Powered-By: PHP/5.2.2
Set-Cookie: .....
Set-Cookie: .....
Cache-Control: private
Content-Type: text/html; charset=ISO-8859-1

i turned off expose php which gets rid of the x-powered-by but what about the rest?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux