summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2008-03-12 20:24:45 +0000
committerStanislav Malyshev <stas@php.net>2008-03-12 20:24:45 +0000
commita9fe1010d2837cb2a02ef70156718603c3693cbd (patch)
tree2c09dc45fcc8ae2735e14f657817d849640c11fd /main/php_globals.h
parent5076296d8cf5f592a66d309fdd6747096ffc4dae (diff)
downloadphp-git-a9fe1010d2837cb2a02ef70156718603c3693cbd.tar.gz
[DOC] add request_order INI variable to control $_REQUEST content
# if not set (default), variables_order still is used # request_order accepts G,P and C
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index fec2e94bfd..0c9ccff5df 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -162,6 +162,8 @@ struct _php_core_globals {
char *user_ini_filename;
long user_ini_cache_ttl;
+
+ char *request_order;
};