From adc48783d843e379aa88629d7b5a3f968c328c52 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 18 Mar 2010 17:47:20 +0000 Subject: [PATCH] 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 --- appendices/ini.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appendices/ini.xml b/appendices/ini.xml index b7696803ba..ec1a7a2a82 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -4344,6 +4344,10 @@ auto_prepend_file=security.php linkend="ini.variables-order">variables_order is used for $_REQUEST contents. + + Note that the default distrobution php.ini does not contain + the 'C' for cookies, due to security concerns. +