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
16751675
16761676; This directive specifies the regex pattern of content types for which mb_output_handler()
16771677; 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 =
16801680
16811681; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
16821682; to the pcre.recursion_limit for PCRE.
Original file line number Diff line number Diff line change @@ -1677,8 +1677,8 @@ zend.assertions = -1
16771677
16781678; This directive specifies the regex pattern of content types for which mb_output_handler()
16791679; 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 =
16821682
16831683; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
16841684; to the pcre.recursion_limit for PCRE.
You can’t perform that action at this time.
0 commit comments