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

Bug #18050 Many "Deprecated"
Submitted: 2010-11-13 17:29 UTC
From: da_smag Assigned: quipo
Status: Closed Package: MDB2 (version 2.4.1)
PHP Version: 5.3.3 OS: debian
Roadmaps: 2.5.0b4    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 34 - 27 = ?

 
 [2010-11-13 17:29 UTC] da_smag (qqq qqq)
Description: ------------ ... Test script: --------------- <?php include('MDB2.php'); ?> Actual result: -------------- Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/php/MDB2.php on line 390 Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/php/MDB2.php on line 1885 Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/php/MDB2.php on line 2572 Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/php/MDB2.php on line 2595 Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/php/MDB2.php on line 2940 Strict Standards: Declaration of MDB2_Driver_Common::raiseError() should be compatible with that of PEAR::raiseError() in /usr/share/php/MDB2.php on line 990

Comments

 [2010-11-13 17:36 UTC] quipo (Lorenzo Alberton)
-Status: Open +Status: Closed -Assigned To: +Assigned To: quipo
Please upgrade to the latest version (2.5.0b3): pear upgrade MDB2-beta pear upgrade MDB2_Driver_Mysql-beta ...