[PHP-DOC] cvs: phpdoc /en/appendices reserved.xml From: Philip Olson (philip <email protected>)
Date: 11/06/02

philip Wed Nov 6 17:36:55 2002 EDT

  Modified files:
    /phpdoc/en/appendices reserved.xml
  Log:
  As of PHP 4.3.0, $_FILES is not included in $_REQUEST
  
  
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.25 phpdoc/en/appendices/reserved.xml:1.26
--- phpdoc/en/appendices/reserved.xml:1.25 Thu Sep 19 07:48:04 2002
+++ phpdoc/en/appendices/reserved.xml Wed Nov 6 17:36:55 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
 
  <appendix id="reserved">
   <title>List of Reserved Words</title>
@@ -827,8 +827,15 @@
     <simpara>
      An associative array consisting of the contents of
      <varname>$_GET</varname>, <varname>$_POST</varname>,
- <varname>$_COOKIE</varname>, and <varname>$_FILES</varname>.
+ and <varname>$_COOKIE</varname>.
     </simpara>
+
+ <note>
+ <simpara>
+ Prior to PHP 4.3.0, <varname>$_FILES</varname> information was
+ also included into <varname>$_REQUEST</varname>.
+ </simpara>
+ </note>
 
     <simpara>
      This is a 'superglobal', or automatic global, variable. This

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