diff options
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; |
