PHP Version Selector

code46

Verified User
Joined
Oct 19, 2016
Messages
7
Hello,

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
 
Back
Top