bjori           Tue May 22 13:23:52 2007 UTC

  Modified files:              
    /phpdoc/en/appendices       migration52.xml ini.xml 
    /phpdoc/en/reference/info   ini.xml 
  Log:
  Document max_input_nesting_level
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/migration52.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/appendices/migration52.xml
diff -u phpdoc/en/appendices/migration52.xml:1.2 
phpdoc/en/appendices/migration52.xml:1.3
--- phpdoc/en/appendices/migration52.xml:1.2    Sat Mar  3 23:37:06 2007
+++ phpdoc/en/appendices/migration52.xml        Tue May 22 13:23:52 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <appendix id="migration52">
  <title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
 
@@ -1741,6 +1741,20 @@
     </simpara>
    </listitem>
   </itemizedlist>
+  <para>
+   New directives in PHP 5.2.2:
+  </para>
+  <itemizedlist>
+   <listitem>
+    <simpara>
+     <link linkend="ini.max-input-nesting-level">max_input_nesting_level</link>
+    </simpara>
+    <simpara>
+     Limits how deep <link linkend="language.variables.external">input
+     variables</link> can be nested, default is 64.
+    </simpara>
+   </listitem>
+  </itemizedlist>
  </section>
 
  <section id="migration52.errorrep">
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.52&r2=1.53&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.52 phpdoc/en/appendices/ini.xml:1.53
--- phpdoc/en/appendices/ini.xml:1.52   Fri Mar 23 16:56:30 2007
+++ phpdoc/en/appendices/ini.xml        Tue May 22 13:23:52 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.52 $ -->
+<!-- $Revision: 1.53 $ -->
 
 <appendix id="ini">
  <title>&php.ini; directives</title>
@@ -1206,6 +1206,12 @@
        <entry>Available since PHP 4.3.0.</entry>
       </row>
       <row>
+       <entry><link 
linkend="ini.max-input-nesting-level">max_input_nesting_level</link></entry>
+       <entry>"64"</entry>
+       <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
+       <entry>Available since PHP 5.2.2.</entry>
+      </row>
+      <row>
        <entry><link 
linkend="ini.mbstring.detect-order">mbstring.detect_order</link></entry>
        <entry>NULL</entry>
        <entry>PHP_INI_ALL</entry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/ini.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/info/ini.xml
diff -u phpdoc/en/reference/info/ini.xml:1.15 
phpdoc/en/reference/info/ini.xml:1.16
--- phpdoc/en/reference/info/ini.xml:1.15       Thu Feb 15 09:24:36 2007
+++ phpdoc/en/reference/info/ini.xml    Tue May 22 13:23:52 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <section id="info.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -65,6 +65,12 @@
      <entry>Available since PHP 4.3.0.</entry>
     </row>
     <row>
+     <entry>max_input_nesting_level</entry>
+     <entry>"64"</entry>
+     <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
+     <entry>Available since PHP 5.2.2.</entry>
+    </row>
+    <row>
      <entry>magic_quotes_gpc</entry>
      <entry>"1"</entry>
      <entry>PHP_INI_PERDIR</entry>
@@ -216,6 +222,21 @@
     </listitem>
    </varlistentry>
 
+   <varlistentry id="ini.max-input-nesting-level">
+    <term>
+     <parameter>max_input_nesting_level</parameter>
+     <type>integer</type>
+    </term>
+    <listitem>
+     <para>
+      Sets the max nesting dept of
+      <link linkend="language.variables.external">input variables</link> (i.e.
+      <link linkend="reserved.variables.get"><varname>$_GET</varname></link>,
+      <link 
linkend="reserved.variables.post"><varname>$_POST</varname></link>..)
+     </para>
+    </listitem>
+   </varlistentry>
+
    <varlistentry id="ini.magic-quotes-gpc">
     <term>
      <parameter>magic_quotes_gpc</parameter>

Reply via email to