mfischer                Mon Jun 10 05:50:05 2002 EDT

  Modified files:              
    /phpdoc/en/language variables.xml 
  Log:
  - Fix #13645.
  
  
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.47 phpdoc/en/language/variables.xml:1.48
--- phpdoc/en/language/variables.xml:1.47       Sun Jun  9 19:15:26 2002
+++ phpdoc/en/language/variables.xml    Mon Jun 10 05:50:04 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->
  <chapter id="language.variables">
   <title>Variables</title>
   
@@ -155,6 +155,12 @@
     PHP predefined variables and their natures, please see the section
     <link linkend="reserved.variables">Predefined variables</link>.
    </simpara>
+
+   <para>
+    If certain variables in <link
+    linkend="ini.variables-order">variables_order</link> are not set, their
+    appropriate superglobal arrays are also left empty.
+   </para>
 
    <variablelist id="language.variables.superglobals">
     <title>PHP Superglobals</title>


Reply via email to