From 70303872067791d48b224dd16c27d8f21c86dc4a Mon Sep 17 00:00:00 2001 From: David Mytton Date: Sat, 24 Feb 2007 20:42:20 +0000 Subject: [PATCH] Fixed #40614 Incorrect memory_limit documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230710 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index ccbf81df83..e065f29118 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -2834,9 +2834,9 @@ This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written - scripts for eating up all available memory on a server. In order to - use this directive you must have enabled it at compile time. So, - your configure line would have included: + scripts for eating up all available memory on a server. Prior to + PHP 5.2.1, in order to use this directive you must have enabled + it at compile time. So, your configure line would have included: . Note that you have to set it to -1 if you don't want any limit for your memory.