diff options
author | Benjamin Morel <benjamin.morel@gmail.com> | 2020-11-20 14:45:35 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-11-20 16:50:29 +0100 |
commit | ed949a197333ee0fef5a4f6b497e8e39158730c4 (patch) | |
tree | 82b252db121fd7e832954798677990f4bae3b7c1 /php.ini-production | |
parent | 881e43a03c774bf8d31b5fe751bd493447174ad0 (diff) | |
download | php-git-ed949a197333ee0fef5a4f6b497e8e39158730c4.tar.gz |
Fix typos in php.ini files
Closes GH-6441.
[ci skip]
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 8d54423003..dc198f4095 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1632,7 +1632,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 = |