Topic: PHP 5.4.3 question

Hi,

I've got a RHEL 5.7 machine I need to run Apache 2.4.2 on. I've built the Apache RPM from the source tarball and discovered that the Magic Number has changed. So I went to install your PHP 5.4.3 release and discovered that it is built against httpd with the mmn from RHEL 5, rather than the latest apache source.

I did some more investigation of your package and wanted to ask if your php will run as mod_php or if it has to be run as php-fpm?

I started to build my own RPM spec file so that it can support the latest mmn, but I thought maybe I could save time if you had one that is already setup.

Re: PHP 5.4.3 question

I don't plan to provide RPM of  httpd 2.4.x for EL-5.
httpd 2.4.x requires too much changes in the application configuration, so will break all installed site.


So you need to rebuild php against this version or use another sapi (php-fpm, php-cgi, ...)

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