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?

link|improve this question
4  
Should be community wiki. – Daniel Pryden Nov 8 '09 at 18:09
1  
Why should this be CW? It's a perfectly valid question. – Kev Nov 8 '09 at 18:27
3  
Because there's certainly no "right answer" - instead, there'll be lots of different answers. – Joonas Pulakka Nov 8 '09 at 18:32
1  
imo the question is too broad to have a right answer – Kevin Peno Nov 8 '09 at 18:33
How did 5.2 keep you down? – Ewan Todd Nov 8 '09 at 18:34
feedback

3 Answers

up vote 5 down vote accepted

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

link|improve this answer
I added all stuff I knew there, but I was looking for community feedback in order to improve that page :-) – johannes Nov 8 '09 at 18:21
I was partially poking fun, but the answer is relevant to others as well ;) – Kevin Peno Nov 8 '09 at 18:28
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.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.