PHP 5 Release Candidate 1
I haven’t blogged much about PHP in a while because I’ve been up to my nose in mod_python and loving every minute of it. This news is just too important to miss: PHP 5 Release Candidate 1 has been released, bringing the first production-ready release tantilisingly close. While I doubt PHP 5 will tempt me back it’s definitely an exciting upgrade—my biggest complaint with PHP 4 is the brain-dead object model which defaults to copying whole objects rather than passing references, and this is one of the many things addressed by PHP 5. The new libxml2 powered XML features sound really powerful, and SQLite as an on-board database should be ideal for knocking out small stand-alone applications without needing to set up a mySQL database for them.
I may well throw a copy on my Mac over the weekend and try out the changes since version 4.3.
Chris Vincent - 19th March 2004 02:04 - #
Simon,
I'd be very interested if you were to document your experiences with and thought on mod_python on your blog, as I am just now really jumping in to it. Are you using an existing application framework on top of it? or did you roll your own? Have you run into any problems using it?
Bryan Helmkamp - 19th March 2004 08:26 - #
Jonathan Stanley - 19th March 2004 12:54 - #
PHP5 is shaping up to be a great, great thing that should trump ASP.net.
I'm looking forward to all the new functions that are going to save me so much time...
Martin Alderson - 20th March 2004 17:02 - #
Hendrik Mans - 22nd March 2004 22:09 - #
Cheetah isn't really integrated into Webware much -- you can use a template as a servlet, but in the end few people do, inside or outside of Webware.
And it's "Webware", little W. Anal of me, I know, but something about the mixed case just really bugs me with the name Webware.
Ian Bicking - 29th March 2004 18:54 - #