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

Bug #17285 Bug in _authDigestMD5()
Submitted: 2010-03-31 22:51 UTC
From: alec Assigned: yunosh
Status: Closed Package: Net_Sieve (version SVN)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-03-31 22:51 UTC] alec (Aleksander Machniak)
Description: ------------ @@ -687,7 +687,7 @@ return $response; } - if (PEAR::isError($result = $this->_sendStringResponse(base64_encode($param)))) { + if (PEAR::isError($result = $this->_sendStringResponse(base64_encode($response)))) { return $result; } if (PEAR::isError($result = $this->_doCmd())) {

Comments

 [2010-04-01 17:47 UTC] yunosh (Jan Schneider)
-Status: Open +Status: Closed -Assigned To: +Assigned To: yunosh
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.