If you are still using the Fedora Core 4 (FC4) version of Linux you may have a need to upgrade your version of PHP. Unfortunately the Fedora Project hasn’t put out an update to PHP past version 5.0.4. There have been some functionality updates to PHP since then. The project I was working on at the time needed the functionality of SimpleXML (for handling XML responses; built into PHP 5.1.4 or higher).
The easiest way to upgrade PHP on Fedora, in my opinion, is using YUM. YUM makes it easy to download and install rpm packages on Linux systems. So let’s take a look at what we need to do.