summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-04-10 01:27:44 +0000
committerMarcus Boerger <helly@php.net>2002-04-10 01:27:44 +0000
commitbd9cf79efb8c8eaf8a809f8643036085250e7568 (patch)
treef5d771b5b2af8a4251b6273bd9277b8c342839c4 /main/php_globals.h
parentf140a8dd0d403203e205d4e943968c1cea8b9a64 (diff)
downloadphp-git-bd9cf79efb8c8eaf8a809f8643036085250e7568.tar.gz
new ini setting log_errors_max_len
@-New ini setting log_errors_max_len controls maximum length for error @ messages. Set it to 0 for infinite. Default is 1024 (old behaviour) (Marcus)
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;