Skip to content

Commit 87069d3

Browse files
Petar Obradovićnikic
authored andcommitted
Fix invalid mbstring config reference
Closes GH-7637. [ci skip]
1 parent 203c1b8 commit 87069d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

php.ini-development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

php.ini-production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)