From cfb2df5fb7b833b7a1c55e31ee22c8c9d542bb29 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Tue, 27 Mar 2012 00:34:21 +0900 Subject: [PATCH] Adjust mbstring php.ini settings --- php.ini-development | 6 +++--- php.ini-production | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/php.ini-development b/php.ini-development index 331d8a6959..f3b70f19ee 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1742,7 +1742,7 @@ mssql.secure_connection = Off ; Note: Do _not_ use automatic encoding translation for ; portable libs/applications. ; http://php.net/mbstring.encoding-translation -;mbstring.encoding_translation = On +;mbstring.encoding_translation = Off ; automatic encoding detection order. ; auto means @@ -1752,7 +1752,7 @@ mssql.secure_connection = Off ; substitute_character used when character cannot be converted ; one from another ; http://php.net/mbstring.substitute-character -;mbstring.substitute_character = "?" +;mbstring.substitute_character = none ; overload(replace) single byte functions by mbstring functions. ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(), @@ -1766,7 +1766,7 @@ mssql.secure_connection = Off ;mbstring.func_overload = 0 ; enable strict encoding detection. -;mbstring.strict_detection = Off +;mbstring.strict_detection = On ; This directive specifies the regex pattern of content types for which mb_output_handler() ; is activated. diff --git a/php.ini-production b/php.ini-production index 36dffc4ab1..c0937f9d9c 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1742,7 +1742,7 @@ mssql.secure_connection = Off ; Note: Do _not_ use automatic encoding translation for ; portable libs/applications. ; http://php.net/mbstring.encoding-translation -;mbstring.encoding_translation = On +;mbstring.encoding_translation = Off ; automatic encoding detection order. ; auto means @@ -1752,7 +1752,7 @@ mssql.secure_connection = Off ; substitute_character used when character cannot be converted ; one from another ; http://php.net/mbstring.substitute-character -;mbstring.substitute_character = "?" +;mbstring.substitute_character = none ; overload(replace) single byte functions by mbstring functions. ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(), @@ -1766,7 +1766,7 @@ mssql.secure_connection = Off ;mbstring.func_overload = 0 ; enable strict encoding detection. -;mbstring.strict_detection = Off +;mbstring.strict_detection = On ; This directive specifies the regex pattern of content types for which mb_output_handler() ; is activated. -- 2.40.0