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?
Moderator: General Moderators
Code: Select all
PHP Deprecated: Function split() is deprecated in /xxxxxxxxxx.php(791) : eval()'d code on line 2That's what I was hoping... So it was working under 5.3, and as long as it's working the same under 5.5, that's fine.Celauran wrote:Seeing as it was removed in PHP 7 -- current version now is 7.1.2 -- I would start looking at replacing it. It will continue to work on 5.5, though.