Install PHP 5.5 and PHP 5.3.

SamotniQ

Verified User
Joined
Nov 21, 2008
Messages
17
Location
Poland
Hello.

Can anybody say/help how to install this two version of PHP 5.5 and 5.3 (Apache/2.4.7) with custombuild2 step by step?
How to switch user between versions?


S.
 
Last edited:
Feel free to use any phpX_mode, the example is given with suphp:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set mod_ruid2 no
./build set php1_release 5.5
./build set php2_release 5.3
./build set php1_mode suphp
./build set php2_mode suphp

More about CB 2.0:
http://forum.directadmin.com/showthread.php?t=44743

In #12 it's mentioned that PHP version could be changed in domain settings (user level). Good luck! :)
 
Back
Top