R rjd22 Verified User Joined Jul 10, 2008 Messages 80 Jan 15, 2014 #1 On our servers we run PHP 5.3 and PHP 5.4 now. We checked if all the webapps would be able to run under PHP 5.4 but sadly that isn't possible yet. What I'm wondering is there is a way to install a 3rd version of PHP so PHP 5.5?
On our servers we run PHP 5.3 and PHP 5.4 now. We checked if all the webapps would be able to run under PHP 5.4 but sadly that isn't possible yet. What I'm wondering is there is a way to install a 3rd version of PHP so PHP 5.5?
interfasys Verified User Joined Oct 31, 2003 Messages 1,731 Location Switzerland Jan 15, 2014 #2 Short answer: Yes if you're using something like PHP-FPM. You could duplicate the CB script, make it look in another options.conf which would have a different PHP as option1. Once you have the new PHP installed, just add this to the custom httpd of one of the domains: Code: |?PHP1_RELEASE=55| You could go further and disable the 2nd PHP for that domain Code: |?HAVE_PHP2_FPM=0|| The power of DA! Last edited: Jan 15, 2014
Short answer: Yes if you're using something like PHP-FPM. You could duplicate the CB script, make it look in another options.conf which would have a different PHP as option1. Once you have the new PHP installed, just add this to the custom httpd of one of the domains: Code: |?PHP1_RELEASE=55| You could go further and disable the 2nd PHP for that domain Code: |?HAVE_PHP2_FPM=0|| The power of DA!