ijoenk19 / php-excel-reader

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

Error #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
PHP 5.3.13
new Spreadsheet_Excel_Reader()

What is the expected output? What do you see instead?
Function split() is deprecated
asignacion de tipo =& invalida

Please provide any additional information below.
Esto se soluciona sustituyendo el split por explode
y quitando el & a la asignación.

Original issue reported on code.google.com by aalamill...@gmail.com on 1 May 2013 at 9:59