Split() deprecated in PHP 5.3

bindzus | 12 months ago

First of all, I'm very new to Recess, but I must say that over the weekend I have learned so much more about the framework, and there is no doubt in my mind that I will use this framework from now on, thank you for making this so easy :-)

I tried to use PHP 5.3 but it seems like the Split() is deprecated, so I had to use an earlier version, so now I wonder when it will be possible to use PHP 5.3?



bindzus | 12 months ago

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?

reply

midnightmonster | 11 months ago

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



Welcome KrisJordan!

Web: http://www.krisjordan.com/

Location: North Carolina

Edit Profile