nicos Thu Jan 2 21:20:44 2003 EDT Modified files: /phpdoc/en/chapters config.xml Log: adding comment about memory_limit (bug fixe #20247 Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.87 phpdoc/en/chapters/config.xml:1.88 --- phpdoc/en/chapters/config.xml:1.87 Sat Nov 30 06:08:05 2002 +++ phpdoc/en/chapters/config.xml Thu Jan 2 21:20:44 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.87 $ --> +<!-- $Revision: 1.88 $ --> <chapter id="configuration"> <title>Configuration</title> @@ -475,7 +475,8 @@ 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: - <literal>--enable-memory-limit</literal> + <literal>--enable-memory-limit</literal>. Note that you have to set + it to -1 if you don't want any limit for your memory. </para> </listitem> </varlistentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php