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

Bug #11396 Auth_Container_Pear doesn't work
Submitted: 2007-06-21 18:50 UTC
From: saltybeagle Assigned: aharvey
Status: Closed Package: Auth (version 1.5.2)
PHP Version: Irrelevant OS:
Roadmaps: 1.5.3    
Subscription  


 [2007-06-21 18:50 UTC] saltybeagle (Brett Bieber)
Description: ------------ Recent changes with xmlrpc broke Auth_Container_Pear. The xmlrpc functionality will be going away from the pear website, remote login needs to be handled using the new rest-login.php salt hash remote login. Attached patch uses file_get_contents, and only checks for successful login - but works.

Comments

 [2007-07-02 01:36 UTC] aashley (Adam Ashley)
Changing to a bug, previously worked now doesn't
 [2007-07-02 05:19 UTC] aharvey (Adam Harvey)
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. We've ended up using HTTP_Client to implement the container for PHP4 compatibility, but the code in CVS now works with rest-login.php.