kenan77 / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Function is deprecated #167

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1) Deprecated: Function split() is deprecated in excel_reader2.php on line 844
-- "$parts = split(";",$format);" change in "$parts = explode(";",$format);"

2) Deprecated: Assigning the return value of new by reference is deprecated in 
excel_reader2.php on line 916
-- "$this->_ole =& new OLERead();" change in "$this->_ole = new OLERead();"

Original issue reported on code.google.com by marc...@gmail.com on 25 Feb 2013 at 9:27

Attachments: