File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 9
9
(Nikita)
10
10
. Fixed bug #77345 (Stack Overflow caused by circular reference in garbage
11
11
collection). (Alexandru Patranescu, Nikita, Dmitry)
12
+ . Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini).
13
+ (cmb)
12
14
13
15
- Bcmath:
14
16
. Fixed bug #77742 (bcpow() implementation related to gcc compiler
Original file line number Diff line number Diff line change @@ -593,9 +593,10 @@ html_errors = On
593
593
; control characters. If your logger accepts everything, then no filtering
594
594
; is needed at all.
595
595
; Allowed values are:
596
- ; ascii (only base ASCII characters)
597
- ; no_ctrl (all characters except control characters)
596
+ ; ascii (all printable ASCII characters and NL )
597
+ ; no-ctrl (all characters except control characters)
598
598
; all (all characters)
599
+ ; http://php.net/syslog.filter
599
600
;syslog.filter = ascii
600
601
601
602
;windows.show_crt_warning
Original file line number Diff line number Diff line change @@ -600,9 +600,10 @@ html_errors = On
600
600
; control characters. If your logger accepts everything, then no filtering
601
601
; is needed at all.
602
602
; Allowed values are:
603
- ; ascii (only base ASCII characters)
604
- ; no_ctrl (all characters except control characters)
603
+ ; ascii (all printable ASCII characters and NL )
604
+ ; no-ctrl (all characters except control characters)
605
605
; all (all characters)
606
+ ; http://php.net/syslog.filter
606
607
;syslog.filter = ascii
607
608
608
609
;windows.show_crt_warning
You can’t perform that action at this time.
0 commit comments