Fixed #40614 Incorrect memory_limit documentation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230710 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
David Mytton 2007-02-24 20:42:20 +00:00
parent a9b5623096
commit 7030387206

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.48 $ -->
<!-- $Revision: 1.49 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@ -2834,9 +2834,9 @@
<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. 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:
<option role="configure">--enable-memory-limit</option>. Note that
you have to set it to -1 if you don't want any limit for your memory.
</para>