Skip to content

Commit 02a3af4

Browse files
authored
[PHP 8.3] opcache.preload_user is not required when run as rootを翻訳 (#232)
php/doc-en#4231
1 parent d42b749 commit 02a3af4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/opcache/ini.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 0b7ba7f50bfefd540fefd257425a1a60718c6b75 Maintainer: satoruyoshida Status: ready -->
3+
<!-- EN-Revision: 33437fb390b792266f4bdae7a0797808a6d7b9d4 Maintainer: satoruyoshida Status: ready -->
44
<!-- CREDITS: mumumu -->
55
<sect1 xml:id="opcache.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
&reftitle.runtime;
@@ -954,6 +954,8 @@
954954
セキュリティ上の理由からデフォルトでは禁止されています。
955955
但し、このディレクティブに明示的に <literal>root</literal>
956956
を指定した場合は許可されます。
957+
PHP 8.3.0 以降では、&cli.sapi; や <link linkend="book.phpdbg">phpdbg SAPI</link> から root で実行した場合、
958+
root ユーザでの事前ロードを許可するために、このディレクティブを指定する必要はありません。
957959
</para>
958960
</listitem>
959961
</varlistentry>

0 commit comments

Comments
 (0)