I wish I read release notes, it would make my life easier. In my previous post, I was worried about CentOS 5.x not having a new enough version of PHP to run the soon to be release WordPress 3.2. Well, RedHat’s 5.6 release notes clearly say:
Version 5.3.3 of PHP is now available in Red Hat Enterprise Linux 5.6 as the separate
php53
package
To move to the 5.3 version of PHP, I ran the following commands:
- yum erase php\*
- yum install php53 php53-gd php53-mysql php53-pdo php53-mbstring php53-cli php53-devel php53-common php53-xml
That was easy.
Thanks, I needed this easy fix