summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-development2
-rw-r--r--php.ini-production2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index 65532be9e2..9eed34c6ac 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1637,7 +1637,7 @@ zend.assertions = 1
; http input encoding.
; mbstring.encoding_translation = On is needed to use this setting.
; If empty, default_charset or input_encoding or mbstring.input is used.
-; The precedence is: default_charset < input_encoding < mbsting.http_input
+; The precedence is: default_charset < input_encoding < mbstring.http_input
; http://php.net/mbstring.http-input
;mbstring.http_input =
diff --git a/php.ini-production b/php.ini-production
index 472a87eab0..281272e3db 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1639,7 +1639,7 @@ zend.assertions = -1
; http input encoding.
; mbstring.encoding_translation = On is needed to use this setting.
; If empty, default_charset or input_encoding or mbstring.input is used.
-; The precedence is: default_charset < input_encoding < mbsting.http_input
+; The precedence is: default_charset < input_encoding < mbstring.http_input
; http://php.net/mbstring.http-input
;mbstring.http_input =