From 04c865aec103e4fcd7c78593517ce87aa6b1b40c Mon Sep 17 00:00:00 2001 From: Nicolas Chaillan Date: Fri, 3 Jan 2003 02:20:44 +0000 Subject: [PATCH] adding comment about memory_limit (bug fixe #20247 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110039 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 51acf59256..c1f8e36035 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -475,7 +475,8 @@ php_value auto_prepend_file none 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: - --enable-memory-limit + --enable-memory-limit. Note that you have to set + it to -1 if you don't want any limit for your memory.