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

Bug #10407 Failure to check error
Submitted: 2007-03-18 15:49 UTC
From: djmitche Assigned: quipo
Status: Closed Package: MDB2 (version 2.4.0)
PHP Version: 5.1.6 OS: Gentoo
Roadmaps: (Not assigned)    
Subscription  


 [2007-03-18 15:49 UTC] djmitche (Dustin J. Mitchell)
Description: ------------ In MDB2.php, MDB2_Statement_Common::execute, bindValueArray can return an error (and does, in another MDB2 bug I'm working on..) 4061 $values = (array)$values; 4062 if (!empty($values)) { 4063 $this->bindValueArray($values); 4064 // XXX need to check error here 4065 }

Comments

 [2007-03-18 16:35 UTC] quipo (Lorenzo Alberton)
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.