diff options
-rw-r--r-- | php.ini-dist | 7 | ||||
-rw-r--r-- | php.ini-optimized | 7 | ||||
-rw-r--r-- | php.ini-recommended | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index ac32ae1ea9..20d1bf2c0e 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -783,6 +783,13 @@ sockets.use_system_read = On [Printer] ;printer.default_printer = "" +[mbstring] +;mbstring.internal_encoding = EUC-JP +;mbstring.http_input = auto +;mbstring.http_output = SJIS +;mbstring.detect_order = auto +;mbstring.substitute_character = none; + ; Local Variables: ; tab-width: 4 ; End: diff --git a/php.ini-optimized b/php.ini-optimized index 42bd7e83b9..5f8859436e 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -508,6 +508,13 @@ sockets.use_system_read = Off ; Use the system read() function instead of [Printer] ;printer.default_printer = "" +[mbstring] +;mbstring.internal_encoding = EUC-JP +;mbstring.http_input = auto +;mbstring.http_output = SJIS +;mbstring.detect_order = auto +;mbstring.substitute_character = none; + ; Local Variables: ; tab-width: 4 ; End:
\ No newline at end of file diff --git a/php.ini-recommended b/php.ini-recommended index 42bd7e83b9..5f8859436e 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -508,6 +508,13 @@ sockets.use_system_read = Off ; Use the system read() function instead of [Printer] ;printer.default_printer = "" +[mbstring] +;mbstring.internal_encoding = EUC-JP +;mbstring.http_input = auto +;mbstring.http_output = SJIS +;mbstring.detect_order = auto +;mbstring.substitute_character = none; + ; Local Variables: ; tab-width: 4 ; End:
\ No newline at end of file |