Multiple php versions

rpr

Verified User
Joined
Oct 20, 2010
Messages
65
Hi,

I am upgrading a server to custombuild 2.
One of the sites on the server needs php 5.3 and all the rest uses 5.5.

Is it possible to run php 5.3 for this one site and keep the rest on 5.5?
Tried the options file but noticed that when you use php-fpm you can't use it twice.
So php1_release=5.5 & php1_mode=php-fpm & php2_release=5.3 & php2_mode=php-fpm isn't an option (Or am I wrong?)
 
Read it during my googling.
How can you make a site use the 5.3 instead of 5.5?
 
Back
Top