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

Bug #16869 Not work on PHP 5.3 versions
Submitted: 2009-12-03 20:40 UTC
From: labutin Assigned:
Status: Duplicate Package: Spreadsheet_Excel_Writer (version 0.9.2)
PHP Version: 5.3.1 OS: Linux
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 - 9 = ?

 
 [2009-12-03 20:40 UTC] labutin (Dmitry Labutin)
Description: ------------ Spreadsheet/Excel/Writer/Workbook.php Line number 180 Assigning the return value of new by reference is deprecated

Comments

 [2009-12-08 19:00 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Feedback
I don't suppose you have a small test case which demonstrates the warning?
 [2009-12-09 01:52 UTC] labutin (Dmitry Labutin)
small test: <?php require_once 'Spreadsheet/Excel/Writer.php'; ?>
 [2010-03-22 19:25 UTC] palkan (Philippe Al kan)
We have the same problem: Deprecated. Using the PHP-5.3.1 with standard php.ini-development as a base, and Spreadsheet version 0.9.2. "=& new" seems to be the problem. Thanks,
 [2011-09-29 14:18 UTC] doconnor (Daniel O'Connor)
-Status: Feedback +Status: Open
Bug #16678
 [2011-09-29 14:18 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Duplicate