Skip to content

Commit ed949a1

Browse files
BenMorelnikic
authored andcommitted
Fix typos in php.ini files
Closes GH-6441. [ci skip]
1 parent 881e43a commit ed949a1

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
@@ -1632,7 +1632,7 @@ zend.assertions = 1
16321632
; http input encoding.
16331633
; mbstring.encoding_translation = On is needed to use this setting.
16341634
; If empty, default_charset or input_encoding or mbstring.input is used.
1635-
; The precedence is: default_charset < input_encoding < mbsting.http_input
1635+
; The precedence is: default_charset < input_encoding < mbstring.http_input
16361636
; http://php.net/mbstring.http-input
16371637
;mbstring.http_input =
16381638

php.ini-production

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

0 commit comments

Comments
 (0)