From 41d9423988cf40c5ecfee07977edb110b74c82de Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 30 Jun 2020 15:53:33 +0200 Subject: [PATCH] Add upgrading note for apache module name [ci skip] --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING b/UPGRADING index f662a6625a..ad4c9e30e8 100644 --- a/UPGRADING +++ b/UPGRADING @@ -628,6 +628,9 @@ PHP 8.0 UPGRADE NOTES 3. Changes in SAPI modules ======================================== +- Apache: + . The PHP module has been renamed from php7_module to php_module. + - CGI and FPM will now use CONTEXT_DOCUMENT_ROOT to scan for .user.ini files, if it is defined. Otherwise, DOCUMENT_ROOT will be used as before. This improves support for Apache mod_userdir and mod_alias. -- 2.40.0