PHP 5.3 and 5.5

Maartenz

Verified User
Joined
Dec 6, 2014
Messages
12
I want to install PHP 5.3 and 5.5 on the same system. Currently I have 5.5 installed, but when I try to install 5.3 next to it, it only compiles 5.5.

I've tried:
./build set php1_release 5.5
./build set php2_release 5.3

When the build is done I get:
PHP 5.5.19 Installed.
And I've tried to use PHP 5.3 but that doesn't work.
 
What command do you use to install them? It should be "./build php n". It might be that you get "PHP 5.5.19 Installed." only, because 5.3.29 got installed above (the text was shown, but not noticed because of 5.5.19 compilation below) :) By the way, are you sure it's CustomBuild 2.0? (please check "./build version")
 
I used ./build php n like you said.

When I put "AddHandler application/x-httpd-php53 .php" in my .htaccess, phpinfo says it's running PHP 5.5.19.
 
Back
Top