1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

Add upgrading note for apache module name

[ci skip]
This commit is contained in:
Nikita Popov
2020-06-30 15:53:33 +02:00
parent b0b836175c
commit 41d9423988

View File

@@ -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.