How did PHP 5.3 break your application? [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this questionPHP 5.3 has been released some time ago and the developers tried to keep the number of back开发者_如何学JAVAwards compatibility breaks low. What issues did you find while testing/migrating your code with PHP 5.3?
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
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.
精彩评论