Fw: [PHP-DOC] #27345 [Opn]: Status header with PHP CGI

php.internals

Nuno Lopes

22 years ago
Can anybody clarify this, please? Nuno ----- Original Message -----

Rasmus Lerdorf

22 years ago
Unless of course there is code in there to look for HTTP/ and set the appropriate status code. This code used to be there, but it may have gotten dropped along the way. -Rasmus On Fri, 27 Feb 2004, Nuno Lopes wrote:

Nuno Lopes

22 years ago
So, what shall I do? Mark this bug as bogus or update the documentation. If yes, what should I add/remove/modify? Nuno ----- Original Message -----

Stefan Walk

22 years ago
On Fri, Feb 27, 2004 at 03:56:07PM -0000, Nuno Lopes wrote:
> So, what shall I do? > Mark this bug as bogus or update the documentation. If yes, what should I > add/remove/modify? > > Nuno
There's no problem with the documentation, the behaviour is wrong. when doing header('HTTP/1.1 404 Not Found'); in CGI, just 'Status: 404' is outputted where it should output 'Status: 404 Not Found'
-- Regards, Stefan Walk <swalk@prp.physik.tu-darmstadt.de>