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
Original issue reported on code.google.com by
marc...@gmail.com
on 25 Feb 2013 at 9:27Attachments: