Skip to content

Commit 3f23380

Browse files
committed
Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip]
1 parent f34db7f commit 3f23380

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PHP NEWS
1616

1717
- Opcache:
1818
. Fixed bug #78271 (Invalid result of if-else). (Nikita)
19+
. Added new INI directive opcache.cache_id (Windows only). (cmb)
1920

2021
- Recode:
2122
. Unbundled the recode extension. (cmb)

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,10 @@ PHP 7.4 UPGRADE NOTES
610610
- configure now regards additional CFLAGS and LDFLAGS set as environment
611611
variables.
612612

613+
- OPcache now supports an arbitrary amount of separate caches per user via the
614+
the INI directive opcache.cache_id. All processes with the same cache ID and
615+
user share an OPcache instance.
616+
613617
========================================
614618
13. Migration to pkg-config
615619
========================================

0 commit comments

Comments
 (0)