Skip to content

Commit 0b7ba7f

Browse files
authored
Update documentation of opcache.interned_strings_buffer (#4061)
1 parent a4fd6e6 commit 0b7ba7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/opcache/ini.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,15 @@
421421
<listitem>
422422
<para>
423423
The amount of memory used to store interned strings, in megabytes.
424+
The maximum value is 32767 on 64bit architectures,
425+
and 4095 on 32bit architectures.
424426
</para>
427+
<note>
428+
<simpara>
429+
Prior to PHP 8.4.0, the maximum value was 4095 megabytes on all
430+
architectures.
431+
</simpara>
432+
</note>
425433
</listitem>
426434
</varlistentry>
427435
<varlistentry xml:id="ini.opcache.max-accelerated-files">

0 commit comments

Comments
 (0)