PHP 5.3.5 Packages for CentOS 5

Published by

Webtatic.com has released PHP 5.3.5 packages for CentOS 5

To install, first you must tell rpm to accept rpm’s signed by me, then add the yum repository information to yum:
rpm -ivh 404 Not Found -i`/webtatic-release-5-1.noarch.rpm

Now you can install php by doing:
yum --enablerepo=webtatic install php

Or update an existing installation of php, which will also update all of the other php modules installed:
yum --enablerepo=webtatic update php

If this does not work correctly, try disabling all other repositories while installing/updating, by adding the –disablerepo=* option. This will stop other dependencies from being installed, so you may want to install them first.
yum --disablerepo=* --enablerepo=webtatic update php
PHP 5.3.5 Packages for CentOS 5