mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Fix #76956: Wrong value for 'syslog.filter' documented in php.ini
This commit is contained in:
commit
2b54140b72
2 changed files with 6 additions and 4 deletions
|
@ -585,9 +585,10 @@ html_errors = On
|
|||
; control characters. If your logger accepts everything, then no filtering
|
||||
; is needed at all.
|
||||
; Allowed values are:
|
||||
; ascii (only base ASCII characters)
|
||||
; no_ctrl (all characters except control characters)
|
||||
; ascii (all printable ASCII characters and NL)
|
||||
; no-ctrl (all characters except control characters)
|
||||
; all (all characters)
|
||||
; http://php.net/syslog.filter
|
||||
;syslog.filter = ascii
|
||||
|
||||
;windows.show_crt_warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue