Topic: Problems with php 5.3, how to reinstall 5.2.10?

Hello, i installed php 5.3 with yum, however i'm facing problems with several php apps due the new changes in php 5.3, how can i switch back to php 5.2.10? yum doesn't allow me hmm Thanks.

Re: Problems with php 5.3, how to reinstall 5.2.10?

yum remove php-common

Then download from the archives  (check your distro arch and version) the need RPM and do a manual installation

cd /path/where/download/goes
rpm -Uvh *.rpm

+

Desktop : Fedora 13 x86_64 + rpmfusion + remi-test
Hosting Server : RHEL 5.5 i386 + EPEL + remi (and often, remi-test)

Re: Problems with php 5.3, how to reinstall 5.2.10?

Merci beaucoup Remi!