philip Tue Nov 19 01:11:53 2002 EDT
Modified files:
/phpdoc/en/chapters config.xml
Log:
memory_limit only works if enabled at compile time. Closes bug #17344
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.83 phpdoc/en/chapters/config.xml:1.84
--- phpdoc/en/chapters/config.xml:1.83 Sun Nov 17 08:58:51 2002
+++ phpdoc/en/chapters/config.xml Tue Nov 19 01:11:53 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.83 $ -->
+<!-- $Revision: 1.84 $ -->
<chapter id="configuration">
<title>Configuration</title>
@@ -463,7 +463,10 @@
<para>
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:
+ <literal>--enable-memory-limit</literal>
</para>
</listitem>
</varlistentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php