From 4b3268e2dd9ac03a00d6d5138b8d869f3e600aa5 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Tue, 3 Dec 2024 16:55:21 +0100 Subject: [PATCH] [PHP 8.3] `opcache.preload_user` is not required when run as root --- reference/opcache/ini.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/opcache/ini.xml b/reference/opcache/ini.xml index c31462d642b2..1ffeea399538 100644 --- a/reference/opcache/ini.xml +++ b/reference/opcache/ini.xml @@ -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 root. + 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 phpdbg SAPI.