Skip to content

Commit c7366cf

Browse files
authored
UPGRADING: move Opcache changes to the correct section (php#14482)
[ci skip] Signed-off-by: Ayesh Karunaratne <ayesh@aye.sh>
1 parent 8c6ee2c commit c7366cf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

UPGRADING

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ PHP 8.4 UPGRADE NOTES
8686
JIT, set the opcache.jit config value accordingly.
8787
. The maximum value of the opcache.interned_strings_buffer setting on 64bit
8888
architectures is now 32767 (it was previously 4095).
89+
. If JIT is enabled, PHP will now exit with a fatal error on startup in case
90+
of JIT startup initialization issues.
8991

9092
- PCRE:
9193
. The bundled pcre2lib has been updated to version 10.43.
@@ -527,10 +529,6 @@ PHP 8.4 UPGRADE NOTES
527529
. Added mb_ucfirst and mb_lcfirst functions.
528530
RFC: https://wiki.php.net/rfc/mb_ucfirst
529531

530-
- Opcache:
531-
. If JIT is enabled, PHP will now exit with a fatal error on startup in case
532-
of JIT startup initialization issues.
533-
534532
- PCNTL:
535533
. Added pcntl_setns allowing a process to be reassociated with a namespace in order
536534
to share resources with other processes within this context.

0 commit comments

Comments
 (0)