Topic: Remi PHP 5.6.2 and lastest stable appache version 2.4.10

Hello!
Sorry for my english smile I'll try explain what I wanna do.

My Boss and developer department ask me install new server on Centos 6.5 with lastest stable version of apache and php (now it is pache 2.4.10 and PHP 5.6.1 (on official site) or PHP5.6.2? )
I've installed apache 2.4.10 without any problems, then I try install PHP 5.6.2 from your reository and found, that your PHP depend on apache 2.2.X and do not wanna intstall with apache 2.4 at all...

How can I make in happens? smile maybe you have rpm for apache 2.4? or maybe you can provide to me your spec file for rpmbuild php 5.6 from source with apache 2.4.10? I thy use your spec. from src.rpm but without luck...

Also I've found many old patches on it... and I do not understand why this patches is still here...

for example
# Functional changes
Patch40: php-5.4.0-dlopen.patch
Patch42: php-5.3.1-systzdata-v10.patch
# See http://bugs.php.net/53436
Patch43: php-5.4.0-phpize.patch
# Use -lldap_r for OpenLDAP
Patch45: php-5.4.8-ldap_r.patch
# Make php_config.h constant across builds
Patch46: php-5.4.9-fixheader.patch
# drop "Configure command" from phpinfo output
Patch47: php-5.4.9-phpinfo.patch

Re: Remi PHP 5.6.2 and lastest stable appache version 2.4.10

With apache 2.4.10 you don't need php package (mod_php) simply use php-fpm and take benefit of SetHandler to proxy [1]
Else you need to also rebuild PHP.

Notice: it will have be simpler to install a fresh CentOS 7 which already have httpd 2.4.


Those patches are old, yes, but still needed.


[1] http://blog.famillecollet.com/post/2014 … mprovement

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