Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion reference/opcache/ini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<entry><link linkend="ini.opcache.consistency-checks">opcache.consistency_checks</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
<entry>Disabled as of 8.1.18 and 8.2.5. Removed as of 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 @@ -665,6 +665,11 @@
where N is the value of this configuration directive. This should only
be enabled when debugging, as it will impair performance.
</para>
<note>
<para>
Disabled as of 8.1.18 and 8.2.5. Removed as of PHP 8.3.0.
</para>
</note>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.opcache.force-restart-timeout">
Expand Down