svn: /phpdoc/ja/trunk/reference/opcache/ ini.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 03 May 2020 10:25:08 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=349739 Log: Document other primes for `opcache.max_accelerated_files` Patch provided by [email protected]. Changed paths: U phpdoc/ja/trunk/reference/opcache/ini.xml Modified: phpdoc/ja/trunk/reference/opcache/ini.xml =================================================================== --- phpdoc/ja/trunk/reference/opcache/ini.xml 2020-05-03 10:23:10 UTC (rev 349738) +++ phpdoc/ja/trunk/reference/opcache/ini.xml 2020-05-03 10:25:08 UTC (rev 349739) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 349606 Maintainer: satoruyoshida Status: ready --> +<!-- EN-Revision: 349735 Maintainer: satoruyoshida Status: ready --> <!-- CREDITS: mumumu --> <sect1 xml:id="opcache.configuration" xmlns="http://docbook.org/ns/docbook"> &reftitle.runtime; @@ -328,7 +328,7 @@ <para> OPcache ハッシュテーブルのキー(すなわちスクリプト)の最大数。 使用される現時点の値は、 - 素数の集合 <literal>{ 223, 463, 983, 1979, 3907, 7963, 16229, 32531, 65407, 130987 }</literal> のうち、 + 素数の集合 <literal>{ 223, 463, 983, 1979, 3907, 7963, 16229, 32531, 65407, 130987, 262237, 524521, 1048793 }</literal> のうち、 設定値以上の最初の数値です。 最小値は 200 です。最大値は、PHP 5.5.6 より前のバージョンでは 100000、PHP 5.5.6 以降では 1000000 となります。 </para>