Skip to content

Commit

Permalink
Sync opcache ini (php#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Nov 11, 2023
1 parent ef18f81 commit 06557f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions 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: 9829ec03d3a65da2d4a58f2bc1c886226ee00bc1 Maintainer: yuanyuqiang Status: partial -->
<!-- EN-Revision: 87f9d3cd280bd9bec77a18ec13fde387ec67c417 Maintainer: yuanyuqiang Status: partial -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<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 @@ -131,7 +131,7 @@
<entry><link linkend="ini.opcache.consistency-checks">opcache.consistency_checks</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
<entry>自 8.1.18 和 8.2.5 起禁用。从 PHP 8.3.0 起已删除。</entry>
</row>
<row>
<entry><link linkend="ini.opcache.force-restart-timeout">opcache.force_restart_timeout</link></entry>
Expand Down Expand Up @@ -652,6 +652,11 @@
N 即为此配置指令的设置值。
由于此选项对于性能有较大影响,请尽在调试环境使用。
</para>
<note>
<para>
自 8.1.18 和 8.2.5 起禁用。从 PHP 8.3.0 起已删除。
</para>
</note>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.opcache.force-restart-timeout">
Expand Down

0 comments on commit 06557f2

Please sign in to comment.