Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHP 8.3] opcache.preload_user is not required when run as root #4231

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions reference/opcache/ini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,8 @@
startup as root before switching to an unprivileged system user. Preloading as root is not
allowed by default for security reasons, unless this directive is explicitly set to
<literal>root</literal>.
As of PHP 8.3.0, this directive does not need to be set in order to allow preloading while
running as root when using the &cli.sapi; or <link linkend="book.phpdbg">phpdbg SAPI</link>.
</para>
</listitem>
</varlistentry>
Expand Down
Loading