| Bug #4338 | Typo |
| 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 |
OS: |
| Roadmaps: |
(Not assigned) |
[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
Comments
[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');
[2005年07月18日 09:47 UTC] User who submitted this comment has not confirmed identityIf you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE. Write a message to pear-dev@lists.php.net
to request the confirmation link. All bugs/comments/patches associated with this
email address will be deleted within 48 hours if the account request is not confirmed!