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

Bug #802 Patch to clean up some things in HTTP.php
Submitted: 2004-02-19 18:50 UTC
From: mj Assigned: pajoye
Status: Closed Package: HTTP
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2004-02-19 18:50 UTC] mj
Description: ------------ http://www.divbyzero.net/stuff/HTTP.php-1.20.patch.gz provides a patch that fixes a few minor issues in HTTP.php: * Replacing $HTTP_SERVER_VARS with $_SERVER * Silencing the call to fsockopen() in HTTP::head() * Fixing typo in error message in HTTP::head() (Using $_SERVER will probably make the package incompatible to some stone-age version of PHP, but actually nobody should be using those versions anyways.) Have fun.

Comments

 [2004-02-24 11:20 UTC] pajoye
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.