Skip to content

Commit 0411baf

Browse files
committed
Update php.ini
8.0.16
1 parent 43f21e1 commit 0411baf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

php.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@ default_socket_timeout = 60
932932
;extension=exif ; Must be after mbstring as it depends on it
933933
;extension=mysqli
934934
;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
935+
;extension=oci8_19 ; Use with Oracle Database 19 Instant Client
935936
;extension=odbc
936937
;extension=openssl
937938
;extension=pdo_firebird
@@ -1637,7 +1638,7 @@ zend.assertions = 1
16371638
; http input encoding.
16381639
; mbstring.encoding_translation = On is needed to use this setting.
16391640
; 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
16411642
; http://php.net/mbstring.http-input
16421643
;mbstring.http_input =
16431644

@@ -1674,8 +1675,8 @@ zend.assertions = 1
16741675

16751676
; This directive specifies the regex pattern of content types for which mb_output_handler()
16761677
; 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=
16791680

16801681
; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
16811682
; to the pcre.recursion_limit for PCRE.

0 commit comments

Comments
 (0)