dmytton Sat Feb 24 20:42:20 2007 UTC
Modified files:
/phpdoc/en/appendices ini.xml
Log:
Fixed #40614 Incorrect memory_limit documentation
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.48&r2=1.49&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.48 phpdoc/en/appendices/ini.xml:1.49
--- phpdoc/en/appendices/ini.xml:1.48 Fri Feb 9 15:56:07 2007
+++ phpdoc/en/appendices/ini.xml Sat Feb 24 20:42:20 2007
@@ -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>