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 3fbecbb3b0..4d918bc0a2 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -151,6 +151,9 @@ struct _php_core_globals { long user_ini_cache_ttl; char *request_order; + + zend_bool mail_x_header; + char *mail_log; }; |