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.