It appears that the split function, which has been deprecated since PHP 5.3.0, has finally been removed in PHP 7. Since it is being used to split on a literal string, use explode() instead. Fixes #1 Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
20 KiB
20 KiB