I need to upgrade my php from 4 to 5, as I want to use exceptions, that are only available in version 5.
I tried using the following command:
yum upgrade php
yum outputs the following
[root@server ~]# yum upgrade php
Setting up Upgrade Process
Setting up repositories
dag 100% |=========================| 1.1 kB 00:00
update 100% |=========================| 951 B 00:00
rpmforge 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Could not find update match for php

[root@server ~]#
What does no packages marked for update/obsoletion and
what do I need to do get yum to update php
Lloyd