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

Bug #1208 Auth/Common.php - decryptPW() - missing break in switch statement w/ patch
Submitted: 2004-04-14 12:52 UTC
From: tacker Assigned: dufuz
Status: Closed Package: LiveUser
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2004-04-14 12:52 UTC] tacker
Description: ------------ Index: Auth/Common.php =================================================================== RCS file: /repository/pear/Perm_LiveUser/Auth/Common.php,v retrieving revision 1.36 diff -u -r1.36 Common.php --- Auth/Common.php 13 Apr 2004 20:40:16 -0000 1.36 +++ Auth/Common.php 14 Apr 2004 12:54:55 -0000 @@ -240,6 +240,7 @@ case 'MD5': // MD5 can't be decoded, so return the string unmodified $decryptedPW = $encryptedPW; + break; case 'RC4': if (!is_object($this->rc4)) { @include_once 'Crypt/Rc4.php';

Comments

 [2004-04-14 12:57 UTC] dufuz
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.