Ulysses Framework contains deprecated code
I'm trying to follow the example application in chapter 14 using the Ulysses Framework. I'm using Ulysses-3.0.27 and PHP Version 5.3.0.
When I access my project in the browser I am faced with alot of Deprecated messages. For Example split() and ereg_replace() are deprecated in my version of PHP and completely removed in PHP6.
Has anyone else come across this? I could obviously change these functions but I'm wanting a copy of the framework without deprecated code in it.
Any help with this would be greatly appreciated as I am a fan of this book and would like to complete this exercise so I can way it up against other frameworks.
|