Home » HTTP » HTTP_Header » Bug #4338
Typo
Details
| Submitted | 2005-05-13 04:05 UTC |
|---|---|
| From | michael dot przybyla at gmail dot com |
| Assigned | mike |
| Status | Closed |
| Package | HTTP_Header |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-05-13 04:05 UTC] michael dot przybyla at gmail dot com
Description:
------------
define('HTTP_HEADER_STATUS_203', '203 Non-Authoriative Information');
should be:
define('HTTP_HEADER_STATUS_203', '203 Non-Authoritative Information');
see section 6.1.1 Status Code and Reason Phrase at http://www.faqs.org/rfcs/rfc2616
[2005-05-13 04:13 UTC] michael dot przybyla at gmail dot com
and
define('HTTP_HEADER_STATUS_504', '504 Gateway Timeout'); define('HTTP_HEADER_STATUS_505', '505 HTTP Version Not Supported');
should be:
define('HTTP_HEADER_STATUS_504', '504 Gateway Time-out'); define('HTTP_HEADER_STATUS_505', '505 HTTP Version not supported');