summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development8
1 files changed, 8 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 3f45c08498..d7aac12a16 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -517,6 +517,14 @@ report_memleaks = On
; This setting is on by default.
;report_zend_debug = 0
+; Set this to disable filtering control characters (the default).
+; Some loggers only accept NVT-ASCII, others accept anything that's not
+; control characters. If your logger accepts everything, then no filtering
+; is needed at all.
+; Values are: ascii (space-tilde), no_ctrl (all characters space and above),
+; and none (all characters)
+;syslog.filter = ascii
+
; Store the last error/warning message in $php_errormsg (boolean).
; This directive is DEPRECATED.
; Default Value: Off