php7mar icon indicating copy to clipboard operation
php7mar copied to clipboard

split is not detected as deprecated

Open patricioRossiAccesso opened this issue 6 years ago • 1 comments

The function split was deprecated on PHP 5.6 and removed on PHP 7 but is not detected when I ran php7mar

patricioRossiAccesso avatar Feb 06 '19 17:02 patricioRossiAccesso

This function was actually DEPRECATED in PHP 5.3.0.

You can see the deprecated function list containing split in https://www.php.net/manual/en/migration53.deprecated.php under Migrating from PHP 5.2.x to PHP 5.3.x,
but the function was "only" removed from php 7.0,

Migration guide of phpmanual(5.6.x to 7.0.x) does not include this for some reason, so yeah.

aghontpi avatar May 28 '19 10:05 aghontpi