From 86ede1372814ebc6e5b2ce6e8f66f306d873e9ff Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Tue, 16 Feb 2010 23:38:01 +0000 Subject: [PATCH] Clarify the effect of the --enable-memory-limit compile-time flag prior to 5.2.1, closes PHP Bug #51058 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295187 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 9314e89459..949826a04c 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -4018,9 +4018,9 @@ auto_prepend_file=security.php Prior to PHP 5.2.1, in order to use this directive it had to be enabled at compile time by using in the - configure line. This was also required to define the functions - memory_get_usage and - memory_get_peak_usage. + configure line. This compile-time flag was also required to define + the functions memory_get_usage and + memory_get_peak_usage prior to 5.2.1. &ini.shorthandbytes;