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

Bug #12884 Bogus User-agent header
Submitted: 2008-01-11 19:51 UTC
From: avb Assigned: sergiosgc
Status: Closed Package: XML_RPC2 (version 1.0.5)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2008-01-11 19:51 UTC] avb (Alexey Borzov)
Description: ------------ Current XML_RPC2 sends the following header: 'User-Agent: PEAR_XML_RCP2/0.0.x' There is an obvious typo in a package name, and 0.0.x version is completely bogus. I suggest changing this to maybe: 'User-Agent: PEAR::XML_RPC2/@package_version@' and setting up a replacement for @package_version@ in HTTPRequest.php file via package2.xml

Comments

 [2008-09-10 18:51 UTC] sergiosgc (Sérgio Carvalho)
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.
 [2008-10-09 11:08 UTC] avb (Alexey Borzov)
Current version still sends both a bogus name (XML_RCP2) and a bogus version (1.0.4). See the enclosed patch for the proper fix.
 [2010-02-22 12:15 UTC] doconnor (Daniel O'Connor)
-Status: Assigned +Status: Closed
This bug has been fixed in SVN. 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.