Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|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
4  
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

2 Answers

up vote 6 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

share|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

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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