File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ PHP NEWS
16
16
17
17
- Opcache:
18
18
. Fixed bug #78271 (Invalid result of if-else). (Nikita)
19
+ . Added new INI directive opcache.cache_id (Windows only). (cmb)
19
20
20
21
- Recode:
21
22
. Unbundled the recode extension. (cmb)
Original file line number Diff line number Diff line change @@ -610,6 +610,10 @@ PHP 7.4 UPGRADE NOTES
610
610
- configure now regards additional CFLAGS and LDFLAGS set as environment
611
611
variables.
612
612
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
+
613
617
========================================
614
618
13. Migration to pkg-config
615
619
========================================
You can’t perform that action at this time.
0 commit comments