Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve Deprecated Functionality: preg_split(): Passing null to param…
…eter #2 ($subject) while using PHP 8.0+ In new versions of PHP (8.*) the Second Parameter subject can't be null so if the $ranges is null then this will through exception : `Exception #0 (Exception): Deprecated Functionality: preg_split(): Passing null to parameter #2 ($subject).....`. That crash the code flow. So by this commit solved the problem.
- Loading branch information