So I still have a centos 4 box running to host my blog. However, as most people have probably found out it has a rather outdated php version. So how do you get around this?
To get around this, you have several options:
1. build all the binaries from scratch
2. upgrade to centos 5 (scary)
3. find a nice person who has a set of repositories
4. build all the binaries from scratch and make them rpms (im waaaay to lazy for this)
that nice person is jason at www.utterramblings.com who’s put up a repository and given instructions on his blog:
http://www.jasonlitka.com/yum-repository/
i should note that if you’re a little concerned about security or your company is, you should probably do #4, or find a hosting provider that does #4 (i believe rackspace does this for it’s users). Jason seems like a pretty trust worthy guy (from his blog postings) and I dont really have any financial info on my servers.
UPDATE: one thing to note that you will update all your binaries, and not just php if you don’t configure the repo. if you upgrade everything, then be aware that the apache conf will most likely need to be edited.
