- Help Center
- Questions and Answers
- ISPmanager
Is it Possible to Update PHP Version in ISPmanager?
- You can install alternative PHP versions in the ISPmanager control panel according to these instructions.
- To enable a specific PHP version when working from the console, you can use the PHP interpreter at:
/opt/php**/bin,
where ** is the PHP version.
For example, to use PHP 7.1 when executing the script, enter:
/opt/php7.1/bin/php script_name.php
The PHP version can be specified with or without a period. For example 7.1 or 71.
PHP assemblies can be viewed in the /opt directory.
If you still have questions, please create a ticket to technical support.