Install second PHP version

mdr

Verified User
Joined
Apr 19, 2006
Messages
49
Location
Zaventem
I currently have PHP 5.4 (CGI/suPHP) running but would like to install a second PHP-version w. FCGI.

What's the best way to do this?

Can I add it like this? :

cd /usr/local/directadmin/custombuild
./build update
./build set php2_release 5.5
./build set php2_mode fastcgi

Thanks in advance!
 
Back
Top