diff --git a/reference/opcache/ini.xml b/reference/opcache/ini.xml index 873d33bd00ea..c31462d642b2 100644 --- a/reference/opcache/ini.xml +++ b/reference/opcache/ini.xml @@ -421,7 +421,15 @@ The amount of memory used to store interned strings, in megabytes. + The maximum value is 32767 on 64bit architectures, + and 4095 on 32bit architectures. + + + Prior to PHP 8.4.0, the maximum value was 4095 megabytes on all + architectures. + +