Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip]

This commit is contained in:
Christoph M. Becker 2019-07-18 09:16:56 +02:00
parent f34db7fc2a
commit 3f23380361
2 changed files with 5 additions and 0 deletions

1
NEWS
View File

@ -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)

View File

@ -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
========================================