File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,17 @@ PHP 8.3 UPGRADE NOTES
919113. 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========================================
9510614. Performance Improvements
96107========================================
You can’t perform that action at this time.
0 commit comments