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

Bug #19359 Call-time pass-by-reference is disabled in PHP 5.4.0
Submitted: 2012-03-29 21:00 UTC
From: belgattitude Assigned: sanmai
Status: Closed Package: Spreadsheet_Excel_Writer (version 0.9.3)
PHP Version: 5.4.0 OS: ALL
Roadmaps: (Not assigned)    
Subscription  


 [2012-03-29 21:00 UTC] belgattitude (Sebastien Vanvelthem)
Description: ------------ In Worksheet.php line 2490 (0.9.3 beta), just change $this->_append(&$string, true) must be replaced by $this->_append($string, true)

Comments

 [2012-03-31 22:28 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Feedback
Thank you for taking the time to report a problem with the package. This problem may have been already fixed by a previous change that is in the SVN of the package. Please checking out the SVN repository of this package and upgrade svn checkout svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk pear upgrade package2.xml or pear upgrade package.xml If you are able to reproduce the bug with the latest SVN, please change the status back to "Open". Again, thank you for your continued support of PEAR.
 [2012-03-31 22:28 UTC] doconnor (Daniel O'Connor)
-Status: Feedback +Status: Duplicate
 [2013-06-17 18:08 UTC] drzraf (RaphaĆ«l Droz)
For whose who can only rely on a tagged release, the attached patch may be useful.
 [2016-08-23 06:33 UTC] sanmai (Alexey Kopytko)
-Status: Duplicate +Status: Closed -Assigned To: +Assigned To: sanmai
I believe this issue was fixed on GitHub.