ivan-berezhnov / php-excel-reader

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

Deprecated: Function split() is deprecated in PHP Version 5.3.1. #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use the script in any server having php 5.3.1 version

Original issue reported on code.google.com by chitta...@gmail.com on 12 Jan 2010 at 11:40

GoogleCodeExporter commented 9 years ago
Added to the TODO on my branch of this application at:

http://code.google.com/p/php-excel-reader2/

Original comment by sirsh...@gmail.com on 19 Jan 2010 at 12:27

GoogleCodeExporter commented 9 years ago
Fixed in: 2.22 at http://code.google.com/p/php-excel-reader2/

Original comment by sirsh...@gmail.com on 19 Jan 2010 at 12:47

GoogleCodeExporter commented 9 years ago
I use explode() function instead of split(). It works

Original comment by nguyentienlong88@gmail.com on 1 Aug 2011 at 2:33

GoogleCodeExporter commented 9 years ago
Explode() works... thank you dude

Original comment by ryumei...@gmail.com on 29 Aug 2012 at 11:09

GoogleCodeExporter commented 9 years ago
Thanks dude, it works like a charm!!!

Original comment by rimp...@greendust.com on 20 Dec 2012 at 1:07

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
explode instead of split works. need to be changed in 2 lines of code

Original comment by igor.cam...@gmail.com on 8 Nov 2014 at 7:45