From: Christoph M. Becker Date: Thu, 18 Jul 2019 07:16:56 +0000 (+0200) Subject: Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip] X-Git-Tag: php-7.4.0beta1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f23380361d25637569f7185b61aa81b6cf0bbfd;p=php Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip] --- 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 ========================================