mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7af997f945
commit
adc48783d8
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue