Skip to content

Commit

Permalink
[PHP 8.3] opcache.preload_user is not required when run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Dec 3, 2024
1 parent 330dda4 commit c8d2e0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions reference/opcache/ini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,13 @@
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>.

<note>
<simpara>
As of PHP 8.3.0 and when using the CLI or phpdbg SAPIs, the directive isn't required
to be set when running as root.
</simpara>
</note>
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit c8d2e0c

Please sign in to comment.