PHP 5.3 has been released some time ago and the developers tried to keep the number of backwards compatibility breaks low. What issues did you find while testing/migrating your code with PHP 5.3?
feedback
|
|
I don't know about you, but I found all of these things I had to fix. :P | |||||
feedback
|
|
Using CakePHP 1.2 it causes a lot of deprecated notices in debug mode. Upgrading to latest CakePHP version fix it. Beside the deprecated notices, I did not find any major issue. | ||||
|
feedback
|
|
I didn't really have any problems at all, just the depreciated notices that are a doddle to fix. | ||||
|
feedback
|