]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip]
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 18 Jul 2019 07:16:56 +0000 (09:16 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 18 Jul 2019 07:16:56 +0000 (09:16 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index adcfe8faa7646975d990bd5182d46a04ecb6a169..10cb9641c18e4e174a9d7e69cdc005fabfa47ffb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ PHP                                                                        NEWS
 
 - Opcache:
   . Fixed bug #78271 (Invalid result of if-else). (Nikita)
+  . Added new INI directive opcache.cache_id (Windows only). (cmb)
 
 - Recode:
   . Unbundled the recode extension. (cmb)
index 25e62eed735d4be055ca7c4a0a1f8e502ba0ae7c..d8775eb419f97b8cc2ae0533915c1df5edd6a086 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -610,6 +610,10 @@ PHP 7.4 UPGRADE NOTES
 - configure now regards additional CFLAGS and LDFLAGS set as environment
   variables.
 
+- OPcache now supports an arbitrary amount of separate caches per user via the
+  the INI directive opcache.cache_id. All processes with the same cache ID and
+  user share an OPcache instance.
+
 ========================================
 13. Migration to pkg-config
 ========================================