top
icon-mail-alt phone
X

PHP5.4 PEAR Spreadsheet_Excel_Writer 套件注意事項

分類 精選文章
發佈日期 2015 , 07 , 28
觀看人數 12114
回應 0

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
分類 精選文章
發佈日期 2015 , 07 , 28
觀看人數 12114
回應 0

Leave a reply

名稱
Email
Post
0 Comments