Hi,
Right now I have running php 7.2 in php1_release, I would like instal php 7.3 in php2_release and 7.4 in php3_release (all with php_fpm) and after be able sellect any o those versions in each domain.
If I change this in the control panel at "CustomBuild/Edit options" and click save after I suppose I have to do something more, build php in build software? something more?
I'm using opcache and memcached in php 7.2, will be available in other two versions with this process or I have to do something more?
In custombuild/options.conf I have this:
Thanks
Right now I have running php 7.2 in php1_release, I would like instal php 7.3 in php2_release and 7.4 in php3_release (all with php_fpm) and after be able sellect any o those versions in each domain.
If I change this in the control panel at "CustomBuild/Edit options" and click save after I suppose I have to do something more, build php in build software? something more?
I'm using opcache and memcached in php 7.2, will be available in other two versions with this process or I have to do something more?
In custombuild/options.conf I have this:
Code:
#PHP Settings
php1_release=7.2
php1_mode=php-fpm
php2_release=no
php2_mode=php-fpm
php3_release=no
php3_mode=php-fpm
php4_release=no
php4_mode=php-fpm
secure_php=yes
php_ini=no
php_timezone=Europe/Paris
php_ini_type=production
x_mail_header=yes
Thanks