philip          Tue Feb 27 20:26:13 2007 UTC

  Modified files:              
    /phpdoc/en/appendices       ini.xml 
  Log:
  PHP 5.2.0 memory_limit is 16M (thanks hannes)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.50&r2=1.51&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.50 phpdoc/en/appendices/ini.xml:1.51
--- phpdoc/en/appendices/ini.xml:1.50   Tue Feb 27 09:32:36 2007
+++ phpdoc/en/appendices/ini.xml        Tue Feb 27 20:26:13 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.50 $ -->
+<!-- $Revision: 1.51 $ -->
 
 <appendix id="ini">
  <title>&php.ini; directives</title>
@@ -1279,7 +1279,7 @@
       </row>
       <row>
        <entry><link linkend="ini.memory-limit">memory_limit</link></entry>
-       <entry>"8M"</entry>
+       <entry>"128M"</entry>
        <entry>PHP_INI_ALL</entry>
        <entry></entry>
       </row>
@@ -2814,7 +2814,7 @@
         <entry>memory_limit</entry>
         <entry>"128M"</entry>
         <entry>PHP_INI_ALL</entry>
-        <entry>"8M" before PHP 5.2.1</entry>
+        <entry>"8M" before PHP 5.2.0, "16M" in PHP 5.2.0</entry>
        </row>
       </tbody>
      </tgroup>

Reply via email to