summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2017-08-22 16:34:06 -0600
committerJakub Zelenka <bukka@php.net>2018-07-01 18:08:07 +0100
commit2475337bd8a0fad0dac03db3f5e7e9d331d53653 (patch)
treeb63e4fb01f947716d1d0f0b99e2ef7e1d679126c /php.ini-development
parent0c4f4481f59489c9de62489a396964e221ef793c (diff)
downloadphp-git-2475337bd8a0fad0dac03db3f5e7e9d331d53653.tar.gz
Add syslog's ident and facility parameters to config
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 8f7164fdc1..90fc821802 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -577,6 +577,10 @@ html_errors = On
;error_log = php_errors.log
; Log errors to syslog (Event Log on Windows).
;error_log = syslog
+; the next two lines ony happen if the previous line sending errors to syslog
+; has been set as well.
+;syslog.ident = php
+;syslog.facility = user
;windows.show_crt_warning
; Default value: 0