PHP 5.5 - PHP Deprecated: Function split().... Safe to leave
Posted: Fri Mar 10, 2017 8:31 am
Having upgrade from PHP 5.3 to 5.5 I can see some warning along the lines of:-
Now, is this reporting a problem? Or it is just a warning that can be ignored? The manual suggests it's still in 5.5? - http://php.net/manual/en/function.split.php
So is this an urgent issue for the moment, and I can track down the code in the coming weeks knowing it's just a warning as such?
Code: Select all
PHP Deprecated: Function split() is deprecated in /xxxxxxxxxx.php(791) : eval()'d code on line 2So is this an urgent issue for the moment, and I can track down the code in the coming weeks knowing it's just a warning as such?