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?
+3
A:
I don't know about you, but I found all of these things I had to fix. :P
Kevin Peno
2009-11-08 18:16:52
I added all stuff I knew there, but I was looking for community feedback in order to improve that page :-)
johannes
2009-11-08 18:21:34
I was partially poking fun, but the answer is relevant to others as well ;)
Kevin Peno
2009-11-08 18:28:37
A:
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.
jpdoyle
2009-11-08 18:26:44
A:
I didn't really have any problems at all, just the depreciated notices that are a doddle to fix.
Pez Cuckow
2009-11-09 00:59:45