diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-18 09:16:56 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-18 09:16:56 +0200 |
commit | 3f23380361d25637569f7185b61aa81b6cf0bbfd (patch) | |
tree | cd91d15e272d9d7e69e2b4af713f3c0f0a0b26db | |
parent | f34db7fc2a29983be26d3e2412c6d23c15fba289 (diff) | |
download | php-git-3f23380361d25637569f7185b61aa81b6cf0bbfd.tar.gz |
Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip]
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | UPGRADING | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -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) @@ -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 ======================================== |