diff options
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index e34f273598..4e756c3627 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -76,6 +76,8 @@ struct _php_core_globals { zend_bool display_errors; zend_bool display_startup_errors; zend_bool log_errors; + zend_bool ignore_repeated_errors; + zend_bool ignore_repeated_source; char *error_log; char *doc_root; |