Quote:
|
Originally Posted by eskimoen
PHP5 is not stable??? PHP 5.0.4 is definitely stable. The first release candidates of PHP5 was released more than a year ago. The first stable version of PHP5 was released 13 July 2004. See http://php.net/releases.php
I personally use PHP5 because of the improved mysql client api, MySQLi, but mostly because of the new object model. OOP in PHP5 is pretty cool.
Btw, thanks for your votes guys. 
|
PHP5 is not stable, it is way too new to be stable. You might have just not stumbled over the bugs yet ;)
Functionality of some functions changed in certain cases and other things.
Also, there is no reason to go on PHP5. The only major change is the new OOP model and OOP in scripting languages is... well... unneeded overhead.
Just my 2 cents..