From ed949a197333ee0fef5a4f6b497e8e39158730c4 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 20 Nov 2020 14:45:35 +0100 Subject: [PATCH] Fix typos in php.ini files Closes GH-6441. [ci skip] --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index ea687bea15d..01b558ba3fc 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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 = diff --git a/php.ini-production b/php.ini-production index 8d54423003f..dc198f4095e 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 =