Skip to content

Commit e63de5c

Browse files
committed
Update documentation of opcache.interned_strings_buffer の翻訳
php/doc-en#4061
1 parent 72c6f37 commit e63de5c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

reference/opcache/ini.xml

Lines changed: 9 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: 7bdf6028aa9304cea1369e128b8b8e425faec032 Maintainer: satoruyoshida Status: ready -->
3+
<!-- EN-Revision: 0b7ba7f50bfefd540fefd257425a1a60718c6b75 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;
@@ -423,7 +423,15 @@
423423
<listitem>
424424
<para>
425425
インターン化 (intern) された文字列を格納するために使用されるメモリ量。( MB 単位)
426+
最大値は、64bit アーキテクチャでは 32767 であり、
427+
32bit アーキテクチャでは 4095 です。
426428
</para>
429+
<note>
430+
<simpara>
431+
PHP 8.4.0 より前のバージョンの最大値は、
432+
すべてのアーキテクチャで 4095 MB でした。
433+
</simpara>
434+
</note>
427435
</listitem>
428436
</varlistentry>
429437
<varlistentry xml:id="ini.opcache.max-accelerated-files">

0 commit comments

Comments
 (0)