how do I update php on centOS?
Posted
by
matteo
on Server Fault
See other posts from Server Fault
or by matteo
Published on 2012-06-16T12:06:04Z
Indexed on
2012/06/16
15:17 UTC
Read the original article
Hit count: 283
I have php 5.1.6 installed on a centOS server, and I need at least 5.3.2 (but would rather install the latest available 5.* version).
If I run
yum update php
it says it will update to 5.1.6-34.el5_8 (mine is 5.1.6-27.el5_5.3)..... what the heck????
Are the available packages for centOS THAT much behind the current version, or is it because yum will by default only update within the subversion after the second dot (or something) and I need to tell it to give me a more recent version? If so how do I do that?
© Server Fault or respective owner