File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ PHP NEWS
98
98
. Added large shared segments support for FreeBSD. (David Carlier)
99
99
. If JIT is enabled, PHP will now exit with a fatal error on startup in case
100
100
of JIT startup initialization issues. (danog)
101
+ . Increased the maximum value of opcache.interned_strings_buffer to 32767 on
102
+ 64bit archs. (Arnaud)
101
103
102
104
- OpenSSL:
103
105
. Fixed bug #80269 (OpenSSL sets Subject wrong with extraattribs parameter).
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ PHP 8.4 UPGRADE NOTES
73
73
may affect users who previously enabled JIT through opcache.jit_buffer_size
74
74
exclusively, without also specifying a JIT mode using opcache.jit. To enable
75
75
JIT, set the opcache.jit config value accordingly.
76
+ . The maximum value of the opcache.interned_strings_buffer setting on 64bit
77
+ architectures is now 32767 (it was previously 4095).
76
78
77
79
- PCRE:
78
80
. The bundled pcre2lib has been updated to version 10.43.
You can’t perform that action at this time.
0 commit comments