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

Bug #6324 MDB2 related fixes
Submitted: 2005-12-22 13:33 UTC
From: lsmith Assigned: lsmith
Status: Closed Package: Auth
PHP Version: Irrelevant OS: irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2005-12-22 13:33 UTC] lsmith
Description: ------------ A small MDB2 API change, a few whitespace fixes and fixed optional MDB2 dependency Test script: --------------- RCS file: /repository/pear/Auth/Container/MDB2.php,v retrieving revision 1.5 diff -r1.5 MDB2.php 156c156 < return $this->db->query($query); --- > return $this->db->exec($query); 289,294c289,294 < /** < * Returns a list of users from the container < * < * @return mixed array|PEAR_Error < * @access public < */ --- > /** > * Returns a list of users from the container > * > * @return mixed array|PEAR_Error > * @access public > */ 449,455c449,455 < /** < * Determine if this container supports < * password authentication with challenge response < * < * @return bool < * @access public < */ --- > /** > * Determine if this container supports > * password authentication with challenge response > * > * @return bool > * @access public > */ Index: package.xml =================================================================== RCS file: /repository/pear/Auth/package.xml,v retrieving revision 1.61 diff -r1.61 package.xml 112c112 < <dep type="pkg" rel="has" optional="yes">MDB2</dep> --- > <dep type="pkg" rel="ge" version="2.0.0RC1" optional="yes">MDB2</dep>

Comments

 [2006-01-08 11:54 UTC] lsmith
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.