diff options
author | Erik Lundin <erik@coretech.se> | 2019-06-15 09:31:16 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-06-17 13:13:25 +0200 |
commit | 9f0515c40c85d9c22cf46f7c42338354c398e4a7 (patch) | |
tree | 8276aa2ec103caa3d55b5a8225872b83dad6b7c9 /php.ini-production | |
parent | 96a6f7f7f572875e0d18de21f5f67429d1ffe099 (diff) | |
download | php-git-9f0515c40c85d9c22cf46f7c42338354c398e4a7.tar.gz |
Add syslog.filter=raw
This passes through syslog message unchanged, without splitting
messages at newlines.
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production index 656ae67302..a44fe0fa99 100644 --- a/php.ini-production +++ b/php.ini-production @@ -603,6 +603,7 @@ html_errors = On ; ascii (all printable ASCII characters and NL) ; no-ctrl (all characters except control characters) ; all (all characters) +; raw (like "all", but messages are not split at newlines) ; http://php.net/syslog.filter ;syslog.filter = ascii |