summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-11-24 12:46:45 +0000
committerPierre Joye <pajoye@php.net>2011-11-24 12:46:45 +0000
commitfb53dd80d841e8465aba29ac057172e659369112 (patch)
tree32386571eda1270bac3456dcfc9185c42de33ee7 /main/php_globals.h
parentfe96e8e64ca1e3b9045a8d2af21ed91448c31594 (diff)
downloadphp-git-fb53dd80d841e8465aba29ac057172e659369112.tar.gz
- merge crt warning change (r216594) and rename the ini to windows.show_crt_warning
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index 7579e19474..f4316fb675 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -170,6 +170,10 @@ struct _php_core_globals {
char *mail_log;
zend_bool in_error_log;
+
+#ifdef PHP_WIN32
+ zend_bool windows_show_crt_warning;
+#endif
};