change php versions

PSD

Verified User
Joined
Apr 12, 2013
Messages
24
Hi there this is my Op-config settings as of now....

php1_release=5.6
php1_mode=php-fpm
php2_release=5.3
php2_mode=php-fpm

mod_ruid2=yes

--------------

i would like to install php 7.0 and remove php 5.3 and mod_ruid2 as i have both modes = php-fpm, so i beleve dont need mod_ruid2 as redundant = http://forum.directadmin.com/showthread.php?t=52443

would this be the correct code:

cd /usr/local/directadmin/custombuild
./build set php1_release 7.0
./build set php2_release 5.6
./build set mod_ruid2=no
./build update
./build php n
./build rewrite_confs

thanks for any help...
 
Hello,

That looks fine with one correction though:

Code:
cd /usr/local/directadmin/custombuild
./build set php1_release 7.0
./build set php2_release 5.6
./build set mod_ruid2 no
./build update
./build php
./build rewrite_confs
 
Thanks Alex hoping i don't get any unexpected errors...
 
Back
Top