vrana Fri Jan 7 03:22:17 2005 EDT
Modified files:
/phpdoc/en/language variables.xml
Log:
$_GET comes from query string even with HTTP POST (bug #31434)
http://cvs.php.net/diff.php/phpdoc/en/language/variables.xml?r1=1.83&r2=1.84&ty=u
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.83
phpdoc/en/language/variables.xml:1.84
--- phpdoc/en/language/variables.xml:1.83 Tue Sep 21 16:20:02 2004
+++ phpdoc/en/language/variables.xml Fri Jan 7 03:22:16 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.83 $ -->
+<!-- $Revision: 1.84 $ -->
<chapter id="language.variables">
<title>Variables</title>
@@ -226,7 +226,7 @@
<term><link linkend="reserved.variables.get">$_GET</link></term>
<listitem>
<simpara>
- Variables provided to the script via HTTP GET. Analogous to the
+ Variables provided to the script via URL query string. Analogous to the
old <varname>$HTTP_GET_VARS</varname> array (which is still
available, but deprecated).
</simpara>