The PHP 5.2.x to PHP 5.3.x migration guide gave me the answer:
split() (use preg_split() instead)
http://vn.php.net/manual/en/migration53.deprecated.php
Who can add it to the trunk?
If you fork recess on github, you can fix it yourself and send pull requests back to "KrisJordan" and "recess". Straightforward fixes get integrated quickly.
reply