philip          Sun Nov 10 17:17:11 2002 EDT

  Modified files:              
    /phpdoc/en/language variables.xml 
  Log:
  <note>Superglobals cannot be used as variable variables.  Closes bug #18452
  
  
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.54 phpdoc/en/language/variables.xml:1.55
--- phpdoc/en/language/variables.xml:1.54       Wed Sep 11 09:53:09 2002
+++ phpdoc/en/language/variables.xml    Sun Nov 10 17:17:10 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.54 $ -->
+<!-- $Revision: 1.55 $ -->
  <chapter id="language.variables">
   <title>Variables</title>
   
@@ -169,6 +169,14 @@
     Also, you'll notice how the older predefined variables 
     (<varname>$HTTP_*_VARS</varname>) still exist.
    </simpara>
+   
+   <note>
+    <title>Variable variables</title>
+    <para>
+     Superglobals cannot be used as 
+     <link linkend="language.variables.variable">variable variables</link>.
+    </para>
+   </note>
 
    <para>
     If certain variables in <link



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to