Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

added split to depricated functions. #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

added split to depricated functions. #53

wants to merge 1 commit into from

Conversation

aghontpi
Copy link

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.

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.
@aghontpi
Copy link
Author

solves #47.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant