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

Bug #17892 debug message needs to be removed
Submitted: 2010-09-24 16:49 UTC
From: pdt256 Assigned: quipo
Status: Closed Package: MDB2_Driver_mysql (version 1.5.0b3)
PHP Version: 5.3.3 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2010-09-24 16:49 UTC] pdt256 (Jamie Isaacs)
Description: ------------ MDB2_Driver_mysqli-1.5.0b3/MDB2/Driver/mysqli.php Line 1810 needs to have the debug message commented out. Test script: --------------- Lines 1809-1814 if (!mysqli_stmt_execute($this->statement)) { echo '<pre>'; var_dump($this->statement, mysqli_stmt_error($this->statement));exit; $err = $this->db->raiseError(null, null, null, 'Unable to execute statement', __FUNCTION__); return $err; } Expected result: ---------------- Lines 1809-1814 if (!mysqli_stmt_execute($this->statement)) { //echo '<pre>'; var_dump($this->statement, mysqli_stmt_error($this->statement));exit; $err = $this->db->raiseError(null, null, null, 'Unable to execute statement', __FUNCTION__); return $err; }

Comments

 [2010-09-25 15:55 UTC] quipo (Lorenzo Alberton)
-Status: Open +Status: Closed -Assigned To: +Assigned To: quipo
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.