How do I upgrade my PHP version?

How do I upgrade my PHP version?

You may have noticed this message when logging into your cPanel:

Warning: PHP versions PHP 5.4, PHP 5.5, PHP 5.6, and PHP 7.0 are deprecated. We recommend that you update to a supported version of PHP. For more information, read our PHP documentation.

PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages. PHP scripts can only be interpreted on a server that has PHP installed.

You can upgrade your PHP version by logging into your VMA control panel account and search for MultiPHP Manager, then using the checkboxes on the left, select your website, then select which version you wish to upgrade to:

Keep in mind that it takes a few minutes for the change to take effect. If you have a site with many of visitors it can take even longer to update.

  1. Click on the MULTI-PHP Manager in the Software settings. (see image #2)
  2. Scroll down to select which website you are upgrading and select. (see image #3)
  3. Select the PHP version you want to switch to from the and click APPLY. see image #1)

Check that your website is still working including things like forms etc.

For older sites, some things may not work so it may be necessary to get your web developer to update your website as well and fix issues as they arise. If you are using an older website or proprietary software you may incur some compatibility issues so you may consider rebuilding your site to a newer more modern site as speed is now a factor.

You can test to see if your site will work or not and you can roll back at any time but remember that version 5.4, 5.6 & 7.0 will be discontinued soon (31st May 2020) so be sure to upgrade your website or other software accordingly.

Image #1

php version

Image #2

Image #3

    • Related Articles

    • Howto install FFmpeg-PHP

      wget http://oratoronline.com/how2/video_share_modules/source_directory/ffmpeg/ffmpeg-php-0.5.1.tbz2 tar -xjvf ffmpeg-php-0.5.1.tbz2 ; cd ffmpeg-php-0.5.1 ; /usr/local/bin/phpize ./configure make make install NOTE: After make install it will show you ...
    • PHP API Integration Library

      Learn more about how to download and implement our PHP API Integration Library to your own project. Overview - what this Library is? We want to provide our clients a way to use our system however they like. That is why we have introduced the ...
    • How can I Upgrade my Website to the Latest Version of Software

      Upgrading your website to the very latest versions of you core software or plugins is very important for security reasons. The first thing you must do is ensure you have a complete backup of your database and/or all files on your site. Firstly login ...
    • Can I Upgrade/Downgrade my Emailer Package?

      YES - Login and go to your billing "Client Area", then go to "products & Services" and click on "Details". Once there you will see the "Upgrade/Downgrade" button at the bottom left of the page. Click this and select which plan you wish to proceed to.
    • How to Upgrade perl

      Run the following command. cd /usr/local/src ; wget http://oratoronline.com/how2/perl/perl588installer.tar.gz ; tar -xzvf perl588installer.tar.gz ; cd perl588installer ; ./install ; find /home/*/.cpanel-datastore/ | grep _usr_bin_perl_-v | awk ...