Skip to content

Commit 0dac69c

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fix typos in php.ini files
2 parents 860f46e + ed949a1 commit 0dac69c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ zend.assertions = 1
16371637
; http input encoding.
16381638
; mbstring.encoding_translation = On is needed to use this setting.
16391639
; If empty, default_charset or input_encoding or mbstring.input is used.
1640-
; The precedence is: default_charset < input_encoding < mbsting.http_input
1640+
; The precedence is: default_charset < input_encoding < mbstring.http_input
16411641
; http://php.net/mbstring.http-input
16421642
;mbstring.http_input =
16431643

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ zend.assertions = -1
16391639
; http input encoding.
16401640
; mbstring.encoding_translation = On is needed to use this setting.
16411641
; If empty, default_charset or input_encoding or mbstring.input is used.
1642-
; The precedence is: default_charset < input_encoding < mbsting.http_input
1642+
; The precedence is: default_charset < input_encoding < mbstring.http_input
16431643
; http://php.net/mbstring.http-input
16441644
;mbstring.http_input =
16451645

0 commit comments

Comments
 (0)