In cPanel, installed module MultiPHP, which allows you to independently change the version of PHP to one of the available: 5.2, 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4.
The version 7.2 is installed by default on the Hosting
To change the version of php go to "Software → MultiPHP Manager "
You can also set the domain version of PHP via Billing under "Advanced → PHP Versions "
In order to see the selected PHP display, current configuration and version, create a text document info.php and place it in the public_html folder.
Open this document and type:
<?php
phpinfo();
?>
Save the file.
Open the browser and enter in the address bar:
- your_website/info.php.
Press Enter and you will see the PHP status page:
If you have difficulty setting up or have additional questions, you can always contact our support team via ticket system.