File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments