Running PHP 5.3 CLI and 5.4 CGI together

qxr

New member
Joined
Jun 2, 2010
Messages
4
Hi all,

At the moment we're running PHP 5.2 CLI and PHP 5.3 CGI together on the same server with a .htaccess php 5.3 handler. Now we want to upgrade 5.2 -> 5.3 and 5.3 -> 5.4. Is there a options to upgrade safe without changing the whole setup?

At the moment we are running custombuild BUILDSCRIPT_VER="1.2.21-CUSTOM"

php6_cgi=yes
php6_as_php5=yes

What should we change to keep the same 'structure' but newer versiosn?

Thanks already for your help.
 
Back
Top