Reputation: 901
My website is running in CakePHP 1.3 and PHP 5.3. I got a mail from the host that they will be upgrading PHP to 5.5. How will it affect my website? What all changes should I make to keep my website working in PHP 5.5?
Upvotes: 0
Views: 1020
Reputation: 2630
This isn't a large PHP update, for a list of changes look here: http://php.net/manual/en/migration54.php http://php.net/manual/en/migration55.changes.php
Upvotes: 1
Reputation: 1273
This won't change much, you'll have updated functions available and certain old ones may be deprecated.
Upvotes: 1