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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index 4e756c3627..b5aa41297b 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -76,6 +76,7 @@ struct _php_core_globals {
zend_bool display_errors;
zend_bool display_startup_errors;
zend_bool log_errors;
+ int log_errors_max_len;
zend_bool ignore_repeated_errors;
zend_bool ignore_repeated_source;
char *error_log;