2. How to check the PHP version of your CRM system?
Question
How can we check the current PHP version of the CRM system?
Answer
You can find the PHP version of the CRM system by using the following two methods
Method 1
Using the CRM URL, add phpinfo.php to the CRM URL will take you to the page where you can see the PHP version
e.g. http://yourcrm_path/phpinfo.php
Method 2
Through SSH, run the following command and it will show the current PHP version of the system
Command: php -v
Extension
vTiger Default
Description
How to check the PHP version of your CRM system?
Created by
Salman (March 08, 2023)
Last updated