How To Upgrade PHP Using the MultiPHP Manager In cPanel
PHP is the programming language used to power Concrete CMS. Older versions of PHP stop receiving updates and is a security issue for your websites as new PHP vulnerabilities arise. Servers and websites need to stay secure; we recommend upgrading all sites to the latest PHP version: 7.3. The latest PHP versions are faster and use less memory, but some older functions and syntax are no longer supported. While many sites will continue to keep working with PHP version 7.3, the upgrade can cause some websites to break. We recommend that you make sure the code powering your website is compatible with PHP version 7.3 and higher.
You can see which versions of concrete are compatible with the various versions of PHP here: https://documentation.concretecms.org/developers/introduction/system-requirements. Note that legacy versions of concrete (anything below version 5.7) are unlikely to run on PHP version 7.3 without modification.
Upgrading PHP version in cPanel with EasyApache MultiPHP
- Log in to cPanel
- Under Software: Click MultiPHP Manager
- Make a note of your current version!
- Select an updated version of PHP and click Apply
- Visit your site to confirm that the change has not broken your site.