mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix GH-1576: New opcache.record_warnings setting is undocumented
This commit is contained in:
parent
f004f576e7
commit
46048f1cb2
1 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue