File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -932,6 +932,7 @@ default_socket_timeout = 60
932
932
; extension=exif ; Must be after mbstring as it depends on it
933
933
; extension=mysqli
934
934
; extension=oci8_12c ; Use with Oracle Database 12c Instant Client
935
+ ; extension=oci8_19 ; Use with Oracle Database 19 Instant Client
935
936
; extension=odbc
936
937
; extension=openssl
937
938
; extension=pdo_firebird
@@ -1637,7 +1638,7 @@ zend.assertions = 1
1637
1638
; http input encoding.
1638
1639
; mbstring.encoding_translation = On is needed to use this setting.
1639
1640
; If empty, default_charset or input_encoding or mbstring.input is used.
1640
- ; The precedence is: default_charset < input_encoding < mbsting .http_input
1641
+ ; The precedence is: default_charset < input_encoding < mbstring .http_input
1641
1642
; http://php.net/mbstring.http-input
1642
1643
; mbstring.http_input =
1643
1644
@@ -1674,8 +1675,8 @@ zend.assertions = 1
1674
1675
1675
1676
; This directive specifies the regex pattern of content types for which mb_output_handler()
1676
1677
; is activated.
1677
- ; Default: mbstring.http_output_conv_mimetype =^(text/|application/xhtml\+xml)
1678
- ; mbstring.http_output_conv_mimetype =
1678
+ ; Default: mbstring.http_output_conv_mimetypes =^(text/|application/xhtml\+xml)
1679
+ ; mbstring.http_output_conv_mimetypes =
1679
1680
1680
1681
; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
1681
1682
; to the pcre.recursion_limit for PCRE.
You can’t perform that action at this time.
0 commit comments