|
> It would be interesting to hear from some people about their experiences in migrating from older versions to version 5.
PHP 5 is great. With OO, probably the biggest change to impact current scripts is that objects are now passed by reference by default, instead of by value.
The Zend site has a great guide to what's changed/updated. Very few, if any, of your scripts should break.
http://www.zend.com/php5/
Private Reply to Peter Harkins (new win) |