From f7dbb88f1fd16a581d5d52158e499eb80166c713 Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Date: Sun, 16 Aug 2026 19:46:09 +0200 Subject: [PATCH] install: Note apache2handler requires Apache 2.4 as of PHP 8.4.0 --- install/unix/apache2.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install/unix/apache2.xml b/install/unix/apache2.xml index 23024391b65e..6210a9b6de85 100644 --- a/install/unix/apache2.xml +++ b/install/unix/apache2.xml @@ -38,6 +38,13 @@ and no new development or patches are being issued for it. + + + As of PHP 8.4.0, the apache2handler SAPI requires at least Apache 2.4; + support for the End-of-Life Apache 2.0 and 2.2 has been removed. + + +