UPGRADING: move Opcache changes to the correct section (#14482)

[ci skip]

Signed-off-by: Ayesh Karunaratne <ayesh@aye.sh>
This commit is contained in:
Ayesh Karunaratne 2024-06-06 01:31:32 +07:00 committed by GitHub
parent 8c6ee2ca67
commit c7366cf6a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,6 +86,8 @@ PHP 8.4 UPGRADE NOTES
JIT, set the opcache.jit config value accordingly.
. The maximum value of the opcache.interned_strings_buffer setting on 64bit
architectures is now 32767 (it was previously 4095).
. If JIT is enabled, PHP will now exit with a fatal error on startup in case
of JIT startup initialization issues.
- PCRE:
. The bundled pcre2lib has been updated to version 10.43.
@ -527,10 +529,6 @@ PHP 8.4 UPGRADE NOTES
. Added mb_ucfirst and mb_lcfirst functions.
RFC: https://wiki.php.net/rfc/mb_ucfirst
- Opcache:
. If JIT is enabled, PHP will now exit with a fatal error on startup in case
of JIT startup initialization issues.
- PCNTL:
. Added pcntl_setns allowing a process to be reassociated with a namespace in order
to share resources with other processes within this context.