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

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

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

Merci beaucoup Remi!