summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-07-18 09:16:56 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-07-18 09:16:56 +0200
commit3f23380361d25637569f7185b61aa81b6cf0bbfd (patch)
treecd91d15e272d9d7e69e2b4af713f3c0f0a0b26db
parentf34db7fc2a29983be26d3e2412c6d23c15fba289 (diff)
downloadphp-git-3f23380361d25637569f7185b61aa81b6cf0bbfd.tar.gz
Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip]
-rw-r--r--NEWS1
-rw-r--r--UPGRADING4
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index adcfe8faa7..10cb9641c1 100644
--- 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)
diff --git a/UPGRADING b/UPGRADING
index 25e62eed73..d8775eb419 100644
--- 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
========================================