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
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