1 (edited by kAlvaro 2009-11-23 12:00:36)

Topic: Install PHP/5.2 from repository

We have a RHEL 5.4 box. We have installed php-5.2.10 from your wonderful yum repository (php-5.3 is not supported by the application we need to run); so far so good.

Now we need to add new PHP extensions (such as GD or LDAP) but the 5.2 packages don’t seem to be available in the repository. We’ve found the individual *.rpm in the archives. They can be installed with yum localinstall if we download them manually from the FTP server but this procedure looks kind of ugly...

Is that the only way? Is it possible to install stuff like php-gd-5.2.10 or php-ldap-5.2.10 directly from the yum repo?

Re: Install PHP/5.2 from repository

We’ve found the individual *.rpm in the archives.

Yes

They can be installed with yum localinstall ....
Is that the only way?

Yes

I spend all my energy on the latest version and only latest (so 5.3.1).

+

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: Install PHP/5.2 from repository

It's alright. I just wanted to be sure.