File tree 1 file changed +11
-0
lines changed
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
91
91
13. Other Changes
92
92
========================================
93
93
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
+
94
105
========================================
95
106
14. Performance Improvements
96
107
========================================
You can’t perform that action at this time.
0 commit comments