derick Sun Jun 22 17:34:32 2003 EDT Modified files: /phpdoc/en/language variables.xml Log: - Promote this BC break to a <caution> Index: phpdoc/en/language/variables.xml diff -u phpdoc/en/language/variables.xml:1.64 phpdoc/en/language/variables.xml:1.65 --- phpdoc/en/language/variables.xml:1.64 Sun Jun 22 16:24:26 2003 +++ phpdoc/en/language/variables.xml Sun Jun 22 17:34:32 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.64 $ --> +<!-- $Revision: 1.65 $ --> <chapter id="language.variables"> <title>Variables</title> @@ -267,15 +267,19 @@ <listitem> <simpara> 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 + mechanisms, and which therefore cannot be trusted. 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>. </simpara> + <caution> + <simpara> + Since PHP 4.3.0, FILE information from <varname>$_FILES</varname> does + not exist in <varname>$_REQUEST</varname>. + </simpara> + </caution> <note> <simpara> When running on the <link linkend="features.commandline">command line
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php