From: Rui Hirokawa Date: Sun, 10 Jun 2001 09:44:31 +0000 (+0000) Subject: added options for mbstring extension. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f96a2539a71da451470cc3da374fc943cb103809;p=php added options for mbstring extension. --- 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