philip Sun Jun 22 16:24:26 2003 EDT
Modified files:
/phpdoc/en/language variables.xml
Log:
Clearly indicate what lives in $_REQUEST, and that FILES does not as of 4.3.0
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.63 phpdoc/en/language/variables.xml:1.64
--- phpdoc/en/language/variables.xml:1.63 Wed Jun 18 15:10:04 2003
+++ phpdoc/en/language/variables.xml Sun Jun 22 16:24:26 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.63 $ -->
+<!-- $Revision: 1.64 $ -->
<chapter id="language.variables">
<title>Variables</title>
@@ -266,10 +266,12 @@
<term><link linkend="reserved.variables.request">$_REQUEST</link></term>
<listitem>
<simpara>
- Variables provided to the script via any user input mechanism,
- and which therefore cannot be trusted. The presence and order
- of variable inclusion in this array is defined according to the <link
- linkend="ini.variables-order">variables_order</link>
+ Variables provided to the script via the GET, POST, and COOKIE input
+ mechanisms, and which therefore cannot be trusted. Since PHP 4.3.0,
+ FILE information does not exist in <varname>$_REQUEST</varname>. The
+ presence and order of variable inclusion in this array is defined
+ according to the PHP
+ <link linkend="ini.variables-order">variables_order</link>
configuration directive. This array has no direct analogue in
versions of PHP prior to 4.1.0. See also
<function>import_request_variables</function>.
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php