diff options
-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 bf6674d54b..6e5611ec5c 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -156,6 +156,10 @@ struct _php_core_globals { char *mail_log; zend_bool in_error_log; + +#ifdef PHP_WIN32 + zend_bool windows_show_crt_warning; +#endif }; |