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 37 + rpmfusion + remi-test
Laptop:  Fedora 36 + rpmfusion + remi (SCL only)
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

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

Merci beaucoup Remi!