Fix GH-1576: New opcache.record_warnings setting is undocumented

This commit is contained in:
Christoph M. Becker 2022-05-09 10:49:39 +02:00
parent f004f576e7
commit 46048f1cb2
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -149,6 +149,12 @@
<entry>PHP_INI_SYSTEM</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.opcache.record-warnings">opcache.record_warnings</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available as of PHP 8.0.0</entry>
</row>
<row>
<entry><link linkend="ini.opcache.preferred-memory-model">opcache.preferred_memory_model</link></entry>
<entry>""</entry>
@ -702,6 +708,18 @@
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.opcache.record-warnings">
<term>
<parameter>opcache.record_warnings</parameter>
<type>bool</type>
</term>
<listitem>
<para>
If enabled, OPcache will record compile-time warnings and replay them on
the next include, even if it is served from cache.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.opcache.preferred-memory-model">
<term>
<parameter>opcache.preferred_memory_model</parameter>