Skip to content

Commit

Permalink
Update documentation of opcache.interned_strings_buffer の翻訳 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
siwa32 authored Dec 25, 2024
1 parent 72c6f37 commit 980596e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion reference/opcache/ini.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 7bdf6028aa9304cea1369e128b8b8e425faec032 Maintainer: satoruyoshida Status: ready -->
<!-- EN-Revision: 0b7ba7f50bfefd540fefd257425a1a60718c6b75 Maintainer: satoruyoshida Status: ready -->
<!-- CREDITS: mumumu -->
<sect1 xml:id="opcache.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.runtime;
Expand Down Expand Up @@ -423,7 +423,15 @@
<listitem>
<para>
インターン化 (intern) された文字列を格納するために使用されるメモリ量。( MB 単位)
最大値は、64bit アーキテクチャでは 32767 であり、
32bit アーキテクチャでは 4095 です。
</para>
<note>
<simpara>
PHP 8.4.0 より前のバージョンの最大値は、
すべてのアーキテクチャで 4095 MB でした。
</simpara>
</note>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.opcache.max-accelerated-files">
Expand Down

0 comments on commit 980596e

Please sign in to comment.