Re: [PHP] Status code and Header("Location: ")

2002-06-20 Thread Rasmus Lerdorf
Line 706 of php4/main/SAPI.c implements this. Go ahead and submit a patch and we will consider it. -Rasmus On Thu, 20 Jun 2002, Peter Thoenen wrote: > PHP Manual says there are two special cases for > headers, Location and Status. Not to concerned about > status here, but it states that Locat

[PHP] Status code and Header("Location: ")

2002-06-20 Thread Peter Thoenen
PHP Manual says there are two special cases for headers, Location and Status. Not to concerned about status here, but it states that Location: always returns an status code 302. Now HTTP/1.1 depreciates 302 since browsers were incorrectly implementing it anyways. It was replaces 302 with the MU