From 6bf78d7654eeedc385de5ed09f2296d4b333c106 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Wed, 13 Nov 2024 14:20:10 +0100 Subject: [PATCH] Update documentation of opcache.interned_strings_buffer --- reference/opcache/ini.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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. + +