summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2018-07-22 16:36:36 +0100
committerJakub Zelenka <bukka@php.net>2018-07-22 16:36:36 +0100
commite5a99563363a656c06f836957002550ff7fdb720 (patch)
tree64b96c9572e7f32cfb162d8079a2a8ecfaf3e4c3 /UPGRADING
parentc85504386d16f943cc79263187710a05cefea265 (diff)
downloadphp-git-e5a99563363a656c06f836957002550ff7fdb720.tar.gz
Update NEWS and UPGRADING with info about syslog.filter
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 7b350f7ef5..16649bae75 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -511,6 +511,11 @@ Standard:
- New INI to set syslog facility which specifies what type of program is
logging the message. It is used only when error_log is set to syslog.
+- syslog.filter
+ . New INI to set syslog filter type to filter the logged messages. There are
+ 3 supported filter types - all, no-ctrl and ascii. It is used only when
+ error_log is set to syslog.
+
- syslog.ident
. New INI to set syslog ident string which is prepended to every message. It
is used only when error_log is set syslog.