Running PHP 5.1 and 5.2 on debian squeeze

Posted by Keil on Stack Overflow See other posts from Stack Overflow or by Keil
Published on 2011-02-25T17:38:44Z Indexed on 2012/11/04 11:02 UTC
Read the original article Hit count: 222

Filed under:
|
|
|

I know that Debian Squeeze won't let me compile a PHP version (prior to 5.3.0).

But I need them for migrating some tools: Joomla (1.0.10) and SugarCRM (4.2.1b).

Actually, Joomla 1.0.10 can run on PHP 5.2, and SugarCRM on PHP 5.1.

But both will complain running under PHP 5.3.

So, I want to execute their upgrade process under their working PHP version, so after the upgrade, they may not complain anymore under PHP 5.3.

FYI, Apache is not the only option I have as WebServer.

Maybe I am wrong thinking this way, if so, please explain the differents steps I need.

So the question is: How can I have these PHP versions running on Squeeze?

© Stack Overflow or respective owner

Related posts about php

Related posts about debian