Install php 5.3 or 5.2 using yum in Linux

by rajesh 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*

Tagged in:

989
like
0
dislike
0
mail
flag

You must LOGIN to add comments