As of PHP 4.3.0, $_FILES is not included in $_REQUEST

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102827 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-11-06 22:36:55 +00:00
parent 1c2873d603
commit 601d2bfaff

View file

@ -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