Install php 5.3 or 5.2 using yum in Linux
by rajesh[ Edit ] 2012-06-14 15:47:54
Yum install of php by default will install older version of php.
To install php 5.3 and its dependencies use the command
#yum install php53*
To install php 5.2 and its dependencies use the command
#yum install php52*