From 980596ea1a0146f07af87e76f021362a082a3d3f Mon Sep 17 00:00:00 2001 From: siwa32 Date: Wed, 25 Dec 2024 14:11:45 +0900 Subject: [PATCH] =?UTF-8?q?Update=20documentation=20of=20opcache.interned?= =?UTF-8?q?=5Fstrings=5Fbuffer=20=E3=81=AE=E7=BF=BB=E8=A8=B3=20(#228)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/php/doc-en/pull/4061 --- reference/opcache/ini.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/opcache/ini.xml b/reference/opcache/ini.xml index e75d3cb3b9..7174404793 100644 --- a/reference/opcache/ini.xml +++ b/reference/opcache/ini.xml @@ -1,6 +1,6 @@ - + &reftitle.runtime; @@ -423,7 +423,15 @@ インターン化 (intern) された文字列を格納するために使用されるメモリ量。( MB 単位) + 最大値は、64bit アーキテクチャでは 32767 であり、 + 32bit アーキテクチャでは 4095 です。 + + + PHP 8.4.0 より前のバージョンの最大値は、 + すべてのアーキテクチャで 4095 MB でした。 + +