How to check PHP version and configuration There are two ways to check PHP version set for the account. By default, we have PHP 7.2 set on our Shared servers. To check what PHP version is selected for your account go to cPanel > Software section > Select PHP version menu: You will see the current PHP version above PHP extensions: Another way to check PHP version is PHPinfo() function , commonly used to check the current state of PHP configuration. It can also be used for debugging purposes as it contains all EGPCS (Environment, GET, POST, Cookie, Server) data. To run the function, follow the steps below: 1. Log into your cPanel account, go to the Files section > File Manager : For cPanel Basic Theme: For cPanel Retro Theme: 2. Navigate to the public_html directory, click on +File and create a phpinfo.php file: 3. Find ...