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