summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index 6b31d9eaa6..e079866645 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -1,7 +1,5 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 7 |
- +----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
@@ -67,8 +65,7 @@ struct _php_core_globals {
zend_long memory_limit;
zend_long max_input_time;
- zend_bool track_errors;
- zend_bool display_errors;
+ zend_uchar display_errors;
zend_bool display_startup_errors;
zend_bool log_errors;
zend_long log_errors_max_len;
@@ -136,13 +133,12 @@ struct _php_core_globals {
zend_bool report_zend_debug;
int last_error_type;
- char *last_error_message;
+ zend_string *last_error_message;
char *last_error_file;
int last_error_lineno;
char *php_sys_temp_dir;
- char *disable_functions;
char *disable_classes;
zend_bool allow_url_include;
#ifdef PHP_WIN32