File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1675,8 +1675,8 @@ zend.assertions = 1
1675
1675
1676
1676
; This directive specifies the regex pattern of content types for which mb_output_handler()
1677
1677
; is activated.
1678
- ; Default: mbstring.http_output_conv_mimetype =^(text/|application/xhtml\+xml)
1679
- ;mbstring.http_output_conv_mimetype =
1678
+ ; Default: mbstring.http_output_conv_mimetypes =^(text/|application/xhtml\+xml)
1679
+ ;mbstring.http_output_conv_mimetypes =
1680
1680
1681
1681
; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
1682
1682
; to the pcre.recursion_limit for PCRE.
Original file line number Diff line number Diff line change @@ -1677,8 +1677,8 @@ zend.assertions = -1
1677
1677
1678
1678
; This directive specifies the regex pattern of content types for which mb_output_handler()
1679
1679
; is activated.
1680
- ; Default: mbstring.http_output_conv_mimetype =^(text/|application/xhtml\+xml)
1681
- ;mbstring.http_output_conv_mimetype =
1680
+ ; Default: mbstring.http_output_conv_mimetypes =^(text/|application/xhtml\+xml)
1681
+ ;mbstring.http_output_conv_mimetypes =
1682
1682
1683
1683
; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
1684
1684
; to the pcre.recursion_limit for PCRE.
You can’t perform that action at this time.
0 commit comments