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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I don't know about you, but I found all of these things I had to fix. :P |
|||||
|
|
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. |
||||
|
|