Skip to main content

Should I Upgrade PHP

Comments

4 comments

  • JacobPerkins
    Hello, Yes.
    0
  • CraftyPanda
    Depends what your users\websites have on their websites. Anyone using mysql and not mysqli or pdo will instantly have their websites broken. So id check that out first for example.
    0
  • 24x7ss
    Which version of PHP you are having on server and you want to upgrade on which version ? It's better if you can install multiple php version on server and test your sites on different php versions.
    0
  • LostNerd
    Depends what your users\websites have on their websites. Anyone using mysql and not mysqli or pdo will instantly have their websites broken. So id check that out first for example.

    Not necessarily. The functions still work but they will show a "depreciated" message if display_errors is on. I personally always say update to the latest version due to security updates however, send your clients a nice little email asking them to make sure that their sites are compatible with the version you are upgrading to 7 days beforehand or something to be nice :)
    0

Please sign in to leave a comment.