回總覽

PHP網頁設計時在 PHP5.4 PEAR Spreadsheet_Excel_Writer 套件注意事項
cd /usr/local/lib/php/Spreadsheet/Excel/Writer/
 
vim Worksheet.php
 
line 2490 修改
 
$this->_append(&$string, true)
 
must be replaced by 
 
$this->_append($string, true)
 
避免 PHP Fatal error : Call-time pass-by-reference is disabled in PHP 5.4.0

編輯人 Carter 日期 2015-07-28 瀏覽 448