File tree 1 file changed +2
-4
lines changed 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
86
86
JIT, set the opcache.jit config value accordingly.
87
87
. The maximum value of the opcache.interned_strings_buffer setting on 64bit
88
88
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.
89
91
90
92
- PCRE:
91
93
. The bundled pcre2lib has been updated to version 10.43.
@@ -527,10 +529,6 @@ PHP 8.4 UPGRADE NOTES
527
529
. Added mb_ucfirst and mb_lcfirst functions.
528
530
RFC: https://wiki.php.net/rfc/mb_ucfirst
529
531
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
-
534
532
- PCNTL:
535
533
. Added pcntl_setns allowing a process to be reassociated with a namespace in order
536
534
to share resources with other processes within this context.
You can’t perform that action at this time.
0 commit comments