]> granicus.if.org Git - php/commitdiff
Add upgrading note for apache module name
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 30 Jun 2020 13:53:33 +0000 (15:53 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 30 Jun 2020 13:53:55 +0000 (15:53 +0200)
[ci skip]

UPGRADING

index f662a6625aa363f0fa8ef9f709165d4acb45391d..ad4c9e30e829f0f03fe44f333fb763648a8a91ee 100644 (file)
--- 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.