Quote:
Originally Posted by TTayfun
you can use with 3.8.11 with php 7
open xml files and find split, change with explode, than you can use again healthly.
thanks again..
|
Thank you,
TTayfun!
split function (
http://php.net/manual/en/function.split.php ) was DEPRECATED in PHP 5.3.0, and REMOVED in PHP 7.0.0.
I didn't thing I will make changes for this one in original package.
I need time to test this one with explode function (
http://php.net/manual/en/function.explode.php ) and may be I will release it as a separate zip pack for PHP 7+.
Thank you one more time!