mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip]
This commit is contained in:
parent
f34db7fc2a
commit
3f23380361
1
NEWS
1
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)
|
||||
|
@ -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
|
||||
========================================
|
||||
|
Loading…
Reference in New Issue
Block a user