From 927b9f6dbffc56fb23dc9cf322b16cb5e98b9433 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2020 08:15:53 +0100 Subject: update to 8.0.0 GA --- php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini') diff --git a/php.ini b/php.ini index 6d5dd50..dae0741 100644 --- a/php.ini +++ b/php.ini @@ -1514,7 +1514,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 = -- cgit