Skip to content

Commit df72526

Browse files
committed
[ci skip] NEWS
1 parent 1bae61a commit df72526

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ PHP NEWS
9898
. Added large shared segments support for FreeBSD. (David Carlier)
9999
. If JIT is enabled, PHP will now exit with a fatal error on startup in case
100100
of JIT startup initialization issues. (danog)
101+
. Increased the maximum value of opcache.interned_strings_buffer to 32767 on
102+
64bit archs. (Arnaud)
101103

102104
- OpenSSL:
103105
. Fixed bug #80269 (OpenSSL sets Subject wrong with extraattribs parameter).

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ PHP 8.4 UPGRADE NOTES
7373
may affect users who previously enabled JIT through opcache.jit_buffer_size
7474
exclusively, without also specifying a JIT mode using opcache.jit. To enable
7575
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).
7678

7779
- PCRE:
7880
. The bundled pcre2lib has been updated to version 10.43.

0 commit comments

Comments
 (0)