Skip to content

Commit 69eb38b

Browse files
committed
[ci skip] UPGRADING
1 parent d758f58 commit 69eb38b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADING

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,17 @@ PHP 8.3 UPGRADE NOTES
9191
13. Other Changes
9292
========================================
9393

94+
- FFI:
95+
. FFI::load() is now allowed during preloading when opcache.preload_user is the
96+
current system user. Previously, calling FFI::load() was not possible during
97+
preloading if the opcache.preload_user directive was set.
98+
99+
- Opcache:
100+
. In the cli and phpdbg SAPIs, preloading does not require the
101+
opcache.preload_user directive to be set anymore when running as root. In
102+
other SAPIs, this directive is required when running as root because
103+
preloading is done before the SAPI switches to an unprivileged user.
104+
94105
========================================
95106
14. Performance Improvements
96107
========================================

0 commit comments

Comments
 (0)