|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2006-12-30 00:33 UTC] l dot bigonville at edpnet dot be
  [2006-12-30 01:06 UTC] l dot bigonville at edpnet dot be
  [2006-12-30 02:03 UTC] iliaa@php.net
  [2006-12-30 20:30 UTC] l dot bigonville at edpnet dot be
  [2006-12-30 20:31 UTC] l dot bigonville at edpnet dot be
  [2006-12-30 22:41 UTC] tony2001@php.net
  [2007-01-03 04:18 UTC] l dot bigonville at edpnet dot be
  [2007-01-07 01:00 UTC] php-bugs at lists dot php dot net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 00:00:01 2025 UTC | 
Description: ------------ the header location doesn't conform to RFC. The response header must finish with at least a space character. Reproduce code: --------------- header("Location: http://url/); Expected result: ---------------- According to RFC2616 ?6.1 the response message must consist in "HTTP-Version SP Status-Code SP Reason-Phrase CRLF". (ie HTTP/1.1 302 Found). Actual result: -------------- Currently, php send "HTTP/1.1 302" with even no space at the end of the response