Fixed bug #51210 (request_order prevents _COOKIE populating _REQUEST)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296353 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-03-18 17:47:20 +00:00
parent 7af997f945
commit adc48783d8

View file

@ -4344,6 +4344,10 @@ auto_prepend_file=security.php
linkend="ini.variables-order">variables_order</link> is used for
<varname>$_REQUEST</varname> contents.
</para>
<para>
Note that the default distrobution <file>php.ini</file> does not contain
the <literal>'C'</literal> for cookies, due to security concerns.
</para>
</listitem>
</varlistentry>