diff options
author | Zeev Suraski <zeev@php.net> | 1999-09-11 15:04:45 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-09-11 15:04:45 +0000 |
commit | 15fee4d3a618ccdabc0d41da0ac5cb536b929f6f (patch) | |
tree | 069c7e8d30a1554c51bc5a42395b5ef63dca89c9 /main/php_globals.h | |
parent | 1b6ccfe86c3664a667ec03973970045f137e6e7d (diff) | |
download | php-git-15fee4d3a618ccdabc0d41da0ac5cb536b929f6f.tar.gz |
- Seriously optimize and clean php_parse_gpc_data()
- Added gpc_globals directive to turn global definitions of GPC variables on/off
(untested)
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 2ac448adeb..4086bcac1b 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -80,6 +80,7 @@ struct _php_core_globals { char *gpc_order; zend_bool track_vars; + zend_bool gpc_globals; zend_bool y2k_compliance; |