Should I Upgrade PHP
I am wondering if I should upgrade my php to the latest versioh.
-
Hello, Yes. 0 -
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 -
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 -
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.
Comments
4 comments