2. How to check the PHP version of your CRM system?
Last updated
Last updated
How can we check the current PHP version of the CRM system?
You can find the PHP version of the CRM system by using the following two methods
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
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)