diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-11-20 16:50:52 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-11-20 16:50:52 +0100 |
commit | 0dac69c05994a96254b1b05a34474123bac71469 (patch) | |
tree | 6aaaf6a054626d7f97fb35705ab9d28e18cf83b9 /php.ini-production | |
parent | 860f46e2f538a89c4f703e2237b7c26e3b7647c8 (diff) | |
parent | ed949a197333ee0fef5a4f6b497e8e39158730c4 (diff) | |
download | php-git-0dac69c05994a96254b1b05a34474123bac71469.tar.gz |
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4:
Fix typos in php.ini files
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 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 = |