From 966672b491a8e223f9d48deb7bed7ff3ca24d58f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Oct 2014 08:15:09 +0200 Subject: PHP 5.6.1 --- php.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php.ini') diff --git a/php.ini b/php.ini index 42e85a5..b462a9d 100644 --- a/php.ini +++ b/php.ini @@ -1681,6 +1681,7 @@ mssql.secure_connection = Off ; The precedence is: default_charset < output_encoding < mbstring.http_output ; To use an output encoding conversion, mbstring's output handler must be set ; otherwise output encoding conversion cannot be performed. +; http://php.net/mbstring.http-output ;mbstring.http_output = ; enable automatic encoding translation according to @@ -1692,7 +1693,7 @@ mssql.secure_connection = Off ;mbstring.encoding_translation = Off ; automatic encoding detection order. -; "auto" detect order is changed accoding to mbstring.language +; "auto" detect order is changed according to mbstring.language ; http://php.net/mbstring.detect-order ;mbstring.detect_order = auto -- cgit