Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.1

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)    
Subscription  


 [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] mike
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.