Topic: PHP 5.3 on CentOS4

I seem to be unable to install PHP 5.3 on CentOS4.

Is PHP 5.3 avaliable for CentOS4?

Here's what I'm seeing on the server:

[root@blade ~]# cat /etc/redhat-release
CentOS release 4.8 (Final)
[root@blade ~]# yum --enable remi update php-\*
Loading "priorities" plugin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
650 packages excluded due to repository priority protections
Could not find update match for php-*
No Packages marked for Update/Obsoletion

Can you advise further?

Thanks.

Re: PHP 5.3 on CentOS4

Try to disable the yum-priority plugin

+

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: PHP 5.3 on CentOS4

That makes sense, cheers.

In /etc/yum/pluginconf.d/priorities.conf I changed enabled=1 to enabled=1

See: http://wiki.centos.org/PackageManagemen … e0895f14f1