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

Request #15668 Use HTTP_Request2
Submitted: 2009-01-18 04:12 UTC
From: doconnor Assigned: dufuz
Status: Closed Package: pearweb (version CVS)
PHP Version: 5.2.6 OS:
Roadmaps: 1.18.0    
Subscription  


 [2009-01-18 04:12 UTC] doconnor (Daniel O'Connor)
Description: ------------ It helps us move away from HTTP_Request, is mockable, and much cleaner.

Comments

 [2009-01-18 04:13 UTC] doconnor (Daniel O'Connor)
Not included here are alterations for package.xml to list HTTP_Request2 as a dependency
 [2009-01-18 04:21 UTC] doconnor (Daniel O'Connor)
Hey neat, not many places need HTTP_Request The other one is commented out in package maintainers and the find-documentation page. grep -R "HTTP_Request" * cron/find-documentation.php: $a = &new HTTP_Request($host . $url); package_channel.php:$a->addPackageDepWithChannel('required', 'HTTP_Request', 'pear.php.net'); package_manual.php:$a->addPackageDepWithChannel('required', 'HTTP_Request', 'pear.php.net'); package-manual.xml: <name>HTTP_Request</name> package.php:$a->addPackageDepWithChannel('required', 'HTTP_Request', 'pear.php.net', '1.2.2'); package.xml: <name>HTTP_Request</name> public_html/admin/package-maintainers.php: $req = new HTTP_Request($hostname . '/syncACL.php/getsalt'); public_html/admin/package-maintainers.php: $send = new HTTP_Request($hostname . '/syncACL.php/sync'); public_html/channels/add.php: $req = new HTTP_Request2(); tests/pear_rest/saveReleaseREST/packages/package.xml: <name>HTTP_Request</name>
 [2009-01-18 05:27 UTC] doconnor (Daniel O'Connor)
Semi-Related Bug #13151
 [2009-01-19 03:43 UTC] dufuz (Helgi Þormar Þorbjörnsson)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.