Suppose you ever encounter problems with the way your server handles PHP packages or find WordPress requesting that you upgrade your PHP version. In that case, it is helpful to know how to view and modify your server's PHP. Updating your site's PHP version is vital for the security of your website. Whenever a new PHP version is released, the latest security patches will be implemented. This article discusses a few options on how to update the PHP version in your hosting account.
Starting February 2021, WalexBiz Host will update the available PHP versions on our hosting servers. PHP 7.4 will be available on shared hosting.
Please be aware that PHP versions older than 7.3 will no longer be supported as we work on updating accounts. If it is necessary for your website to use the older PHP versions, this can be done manually. Let us know via our phone line +234 901 729 2738 or Live Chat so we can assist you. However, we highly recommend that you upgrade all your website installations and applications to be compatible with the newest PHP version.
How Do I Update My Site's PHP Version?
If your website needs a different PHP version, you will want to log into your cPanel to manage the site's version.
For our Optimized WordPress customers, put your mind at ease! WalexBiz Host's got your back in ensuring that your account is running the latest up-to-date PHP version.
1. There is no need to downgrade PHP for a WordPress plugin or theme. Instead, it is best to update your plugin or theme to work with the PHP version available in your Optimized WordPress accounts.
2. If you need to change your PHP version, our support team will handle that for you. Just reach out to us via our phone line +234 901 729 2738 or Live Chat.
MultiPHP Manager or PHP Selector
Depending on the version of cPanel you're using, you will use either MultiPHP Manager or PHP Selector to modify your PHP version. PHP Selector is being phased out, so it is most likely that you will use MultiPHP Manager. To determine which one you have, you will need to:
1. Log in to cPanel
2. Navigate to the Software section.
a. If you see MultiPHP Manager available in your cPanel, you should follow the instructions below.
b. If you still have the PHP Selector in your cPanel, which many will not, you can follow the directions for PHP Selector.
Instructions for MultiPHP Manager
1. Log in to cPanel.
2. Select MultiPHP Manager in the Software section.
3. Select the domain you want to update by checking the box on its left side.
4. Choose your preferred PHP version from the dropdown, then click Apply.
5. There will be a pop-up in the upper right corner, notifying you that the change was successful.
Use PHPedge as default
AddHandler application/x-httpd-php-edge .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/phpedge/lib
</IfModule>