From aba58242a1bab4854310a9a9b53038e305142b31 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 19 Nov 2002 06:11:53 +0000 Subject: [PATCH] memory_limit only works if enabled at compile time. Closes bug #17344 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104857 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 19ebb05323..d4e1327506 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -463,7 +463,10 @@ include_path = ".;c:\php\lib" 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. + 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