Quote:
|
Originally Posted by Nathan
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..
|
No I havent stumbled across any PHP5 bugs. I believe that PHP5 is very stable. It contains bugs as any other software. Many bugs reports on PHP5 is on new and experimental features.
There are very few incompatibilities between PHP5 and PHP4. See
http://www.php.net/manual/en/migrati...compatible.php
What functions have changed functionality? I havent come across anyone.