From 476b6b1b1b08916dea31d9bbc73fad3ecba11233 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Wed, 5 Nov 2008 07:36:59 +0000 Subject: [PATCH] Small grammar fix and a little bit more information. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268328 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/predefined/variables/request.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/language/predefined/variables/request.xml b/language/predefined/variables/request.xml index 1c2c5ed220..94826700db 100644 --- a/language/predefined/variables/request.xml +++ b/language/predefined/variables/request.xml @@ -1,5 +1,5 @@ - + @@ -71,9 +71,11 @@ - Variables provided to the script via the GET, POST, and COOKIE input - mechanisms, and which therefore cannot be trusted. The presence and - order of variable inclusion in this array is defined according to the + The variables in $_REQUEST are provided to the + script via the GET, POST, and COOKIE input mechanisms and + therefore could be modified by the remote user and cannot be + trusted. The presence and order of variables listed in this array + is defined according to the PHP variables_order configuration directive.