diff options
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index c677a9e29c..e01160a12c 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -166,6 +166,10 @@ struct _php_core_globals { #ifdef PHP_WIN32 zend_bool windows_show_crt_warning; #endif + + zend_long syslog_facility; + char *syslog_ident; + zend_bool have_called_openlog; }; |