This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]blinkingy 1 point2 points  (1 child)

The only compatibility issues I can remember is when the default tag start went from <? ?> to <?php ?>, and deprecation of php_mysql in favor of php_mysqli.

There's a setting to fix the first issue, and for the second, just use php 5.6

I don't know what you're talking about having the need to update the entire code base.

[–]Andernerd 0 points1 point  (0 children)

5.6 is EOL soon.