Hello,
Is this possible to add additional PHP versions to the PHP Version Selector? Currently there are 2 versions:
I have build 7.1 version with the command:
I would like give the user ability to change the versions via:
Domain Setup -> domain -> PHP Version Selector
Thanks
Is this possible to add additional PHP versions to the PHP Version Selector? Currently there are 2 versions:
Code:
php1_release=5.6
php1_mode=php-fpm
php2_release=7.0
php2_mode=php-fpm
I have build 7.1 version with the command:
Code:
./build php_expert 7.1 php-fpm
I would like give the user ability to change the versions via:
Domain Setup -> domain -> PHP Version Selector
Thanks