Skip to content

Commit

Permalink
Update documentation of opcache.interned_strings_buffer (#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb authored Nov 13, 2024
1 parent a4fd6e6 commit 0b7ba7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reference/opcache/ini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,15 @@
<listitem>
<para>
The amount of memory used to store interned strings, in megabytes.
The maximum value is 32767 on 64bit architectures,
and 4095 on 32bit architectures.
</para>
<note>
<simpara>
Prior to PHP 8.4.0, the maximum value was 4095 megabytes on all
architectures.
</simpara>
</note>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.opcache.max-accelerated-files">
Expand Down

0 comments on commit 0b7ba7f

Please sign in to comment.