diff options
| author | Stig Bakken <ssb@php.net> | 2000-02-24 22:00:47 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2000-02-24 22:00:47 +0000 |
| commit | ba03c9f2aa50149197753743c490c1de4f0364f2 (patch) | |
| tree | 4599adec809b6321e9a53c44c5b431e123f1472b /main/php_globals.h | |
| parent | b51805caeb1f0c1831972fc6d495de9d8b5f2b49 (diff) | |
| download | php-git-ba03c9f2aa50149197753743c490c1de4f0364f2.tar.gz | |
started implementing directives for default mimetype/charset
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 5297e59d50..b7d1b391a4 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -83,6 +83,9 @@ struct _php_core_globals { char *gpc_order; char *variables_order; + char *default_mimetype; + char *default_charset; + zend_bool expose_php; zend_bool track_vars; |
