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?
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