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

Bug #18427 Notices appear while debugging
Submitted: 2011-04-09 00:41 UTC
From: vjandrea Assigned: quipo
Status: Closed Package: MDB2 (version 2.4.1)
PHP Version: 5.3.5 OS: Linux Fedora 14
Roadmaps: 2.5.0b4    
Subscription  


 [2011-04-09 00:41 UTC] vjandrea (Andrea Bergamasco)
Description: ------------ i am debugging a script, so i set error_reporting to 30719. until then i didn't notice any warning. Test script: --------------- <?php require 'MDB2.php'; ?> Expected result: ---------------- // i expect no text or warning to appear Actual result: -------------- Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 390 Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 1885 Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 2572 Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 2595 Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 2940

Comments

 [2011-04-09 00:51 UTC] quipo (Lorenzo Alberton)
-Status: Open +Status: Closed -Assigned To: +Assigned To: quipo
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/ -- pear config-set preferred_state beta pear upgrade mdb2 pear upgrade mdb2_driver_mysql ...