Commit:    cfb2df5fb7b833b7a1c55e31ee22c8c9d542bb29
Author:    Yasuo Ohgaki <yohg...@ohgaki.net>         Tue, 27 Mar 2012 00:34:21 
+0900
Parents:   2ceaa9da85bfff3c91a9e13b2a6bdcde76d62e9a
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=cfb2df5fb7b833b7a1c55e31ee22c8c9d542bb29

Log:
Adjust mbstring php.ini settings

Changed paths:
  M  php.ini-development
  M  php.ini-production


Diff:
cfb2df5fb7b833b7a1c55e31ee22c8c9d542bb29
diff --git a/php.ini-development b/php.ini-development
index 331d8a6..f3b70f1 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 36dffc4..c0937f9 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.


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to