views:

487

answers:

3

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

Migrating from PHP 5.2.x to PHP 5.3.x

Kevin Peno
I added all stuff I knew there, but I was looking for community feedback in order to improve that page :-)
johannes
I was partially poking fun, but the answer is relevant to others as well ;)
Kevin Peno
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
A: 

I didn't really have any problems at all, just the depreciated notices that are a doddle to fix.

Pez Cuckow