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

Bug #415 array_push called with onyl one parameter
Submitted: 2003-12-12 18:35 UTC
From: justinpatrin Assigned: xnoguer
Status: Closed Package: Spreadsheet_Excel_Writer
PHP Version: 4.3.3 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2003-12-12 18:35 UTC] justinpatrin
Description: ------------ After calling $workbook->close(); I get this error sometimes when using BIFF8: Warning: Wrong parameter count for array_push() in /home/jpatrin/include/intranet/PEAR/Spreadsheet/Excel/Writer/Workbook.php on line 1448 Line 1448 in version 0.6 is: $length = array_push($this->_block_sizes); The line of code has only one parameter for array_push(), which requires two.

Comments

 [2003-12-13 16:14 UTC] xnoguer at php dot net
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.