Hello List,

I'm running PHP 5.4.9 as CGI (via apache 2.2.22) and can't seem to be 
able to send headers to the server.

Both,

header('Status: 500 Internal Server Error'); 

and,

header('HTTP/1.1 500 Internal Server Error', true, 500);

result in nothing happening on the client side.

What am I missing?


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

Reply via email to