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

Bug #16889 Please fix PHP warnings
Submitted: 2009-12-08 15:25 UTC
From: peetr Assigned:
Status: Bogus Package: MDB2 (version 2.4.1)
PHP Version: 5.3.1 OS: Mac OS X Snow Leopard
Roadmaps: (Not assigned)    
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 : 44 - 21 = ?

 
 [2009-12-08 15:25 UTC] peetr (Peter Kruithof)
Description: ------------ By default, a couple errors of level E_DEPRECATED are shown. All of these relate to assigning return value of new objects by reference. Expected result: ---------------- No errors.

Comments

 [2009-12-08 18:41 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Bogus
Unless you've got a reproduce script, please don't add such vague bugs...
 [2009-12-08 18:50 UTC] peetr (Peter Kruithof)
-Status: Bogus +Status: Open
Script to reproduce: <?php include('MDB2.php'); ?>
 [2009-12-08 18:57 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Bogus
If you are going to fill up the bug tracker with unhelpful bug reports, please do go and do it on something involved with rails and or ruby. Either add more meaningful (ie: specific) problems here, or don't.
 [2009-12-08 19:24 UTC] peetr (Peter Kruithof)
If you don't find fixing deprecated code meaningful then I'll just hope someone else who does will fix this. Please leave it open until that happens. Thank you.