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

Bug #17531 Deprecated code
Submitted: 2010-06-29 00:22 UTC
From: oscarek Assigned:
Status: Wont fix Package: Image_Barcode (version 1.1.0)
PHP Version: 5.3.2 OS: FreeBSD
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 : 28 + 44 = ?

 
 [2010-06-29 00:22 UTC] oscarek (Oskar Szafraniec)
Description: ------------ PHP Deprecated: Assigning the return value of new by reference is deprecated in Barcode.php on line 80

Comments

 [2010-10-28 23:12 UTC] maximfx (Mike Huang)
change line 80 in Barcode to @$obj = new $classname();
 [2011-12-10 17:42 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Wont fix
This one is unfortunately a wontfix - the package is aimed at php4 and stable; so no BC breaks are possible. An Image_Barcode2 is quite possible though if you feel inclined.