diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-10 11:22:18 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-10 11:22:18 +0000 |
commit | 7685b44c4bc72e3074b8fa1a13ab88f54ce79623 (patch) | |
tree | 9dd40dc2a68e49591637641cd7bc8c86cba24b0d /main/php_globals.h | |
parent | 7656c77c389f17d6cdce0ca54a9a1a066564e43a (diff) | |
download | php-git-7685b44c4bc72e3074b8fa1a13ab88f54ce79623.tar.gz |
Move asp_tags and short_open_tag to the new php_ini mechanism
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 9dc472cd70..c2662d9dbd 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -25,6 +25,9 @@ struct _php_core_globals { long magic_quotes_gpc; long magic_quotes_runtime; long magic_quotes_sybase; + + long asp_tags; + long short_tags; }; |