From 601d2bfaff6c0e1ea1bfdfed372876aa90648175 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 6 Nov 2002 22:36:55 +0000 Subject: [PATCH] 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 --- appendices/reserved.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 49ab21a6a2..b832e3a2b8 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -827,8 +827,15 @@ An associative array consisting of the contents of $_GET, $_POST, - $_COOKIE, and $_FILES. + and $_COOKIE. + + + + Prior to PHP 4.3.0, $_FILES information was + also included into $_REQUEST. + + This is a 'superglobal', or automatic global, variable. This