Running Multiple versions of PHP?

kshazad

Member
Nov 4, 2010
21
0
51
I want to be able to run both v5.2.16 and 5.3.4 and give people choice as to what version they want to use.

Can this be done?
 

LinuxTechie

Well-Known Member
Jan 22, 2011
502
14
68
cPanel Access Level
Root Administrator
Hello,

It is possible to run both the PHP5 versions in the server. But I do not thinks it is possible for a client to run the particular PHP5 version. If you install PHP4 and PHP5 version, it is possible to give client a choice.

B/w I thinks there are only minor changes in the 5.2 and 5.3 which includes the Zend issue. Is there any particular reason for compiling like that?
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
We do not currently provide an option in EasyApache to run two versions of PHP 5 on the machine. You can select PHP 4 and PHP 5 during EasyApache recompile, but you cannot select PHP 5.2 and PHP 5.3 as options at this time. You'd have to create some customized setup in order to have this function.