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 @@ -1679,8 +1679,8 @@ zend.assertions = 1
16791679
16801680; This directive specifies the regex pattern of content types for which mb_output_handler()
16811681; is activated.
1682- ; Default: mbstring.http_output_conv_mimetype =^(text/|application/xhtml\+xml)
1683- ;mbstring.http_output_conv_mimetype =
1682+ ; Default: mbstring.http_output_conv_mimetypes =^(text/|application/xhtml\+xml)
1683+ ;mbstring.http_output_conv_mimetypes =
16841684
16851685; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
16861686; to the pcre.recursion_limit for PCRE.
Original file line number Diff line number Diff line change @@ -1681,8 +1681,8 @@ zend.assertions = -1
16811681
16821682; This directive specifies the regex pattern of content types for which mb_output_handler()
16831683; is activated.
1684- ; Default: mbstring.http_output_conv_mimetype =^(text/|application/xhtml\+xml)
1685- ;mbstring.http_output_conv_mimetype =
1684+ ; Default: mbstring.http_output_conv_mimetypes =^(text/|application/xhtml\+xml)
1685+ ;mbstring.http_output_conv_mimetypes =
16861686
16871687; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
16881688; to the pcre.recursion_limit for PCRE.
You can’t perform that action at this time.
0 commit comments