php 5.4 and 5.2

zurf

Verified User
Joined
Nov 3, 2012
Messages
11
Hi,
You say no support of php 5.2 with custombuild2.
But there is a solution to run php 5.4 and 5.2. I want migrate slowly but I have old application (oscommerce) that use php 5.2.

I want to use :
php1_release=5.4
php2_release=5.2

I can download the old package of php5.2 for custombuild1.2 and do a magic command ?

thank for your answer.
 
Php 5.2 is insecure and you should not use it anymore. Use php 5.3 or php 5.4.
 
I can download the old package of php5.2 for custombuild1.2 and do a magic command ?

If for any reasons you need PHP 5.2 and PHP 5.4 you can install them with custombuild 1.2 as PHP-CGI with mod_suphp, manual actions are required. Please search the forums for details as it was already discussed here.
 
Back
Top