From 14a2f1eb8a5a845ca7ecb3b7675a64472d36aaad Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 14 Apr 2008 14:29:56 +0000 Subject: [PATCH] Document request_order git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257452 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 4373e22613..78efe214f6 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -3089,6 +3089,12 @@ PHP_INI_PERDIR PHP_INI_ALL in PHP <= 5.0.5. + + request_order + "" + PHP_INI_SYSTEM|PHP_INI_PERDIR + Added in PHP 5.3.0 + velocis.max_links "-1" @@ -3944,6 +3950,12 @@ PHP_INI_PERDIR PHP_INI_ALL in PHP <= 5.0.5. + + request_order + "" + PHP_INI_SYSTEM|PHP_INI_PERDIR + Available since PHP 5.3.0 + auto_globals_jit "1" @@ -4128,6 +4140,24 @@ + + + request_order + string + + + + This directive describes the order in which PHP registers GET, POST + and Cookie variables into the _REQUEST array. Registration is done + from left to right, newer values override older values. + + + If this directive is not set, variables_order is used for + $_REQUEST contents. + + + + auto_globals_jit