From f96a2539a71da451470cc3da374fc943cb103809 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sun, 10 Jun 2001 09:44:31 +0000 Subject: [PATCH] added options for mbstring extension. --- php.ini-dist | 7 +++++++ php.ini-optimized | 7 +++++++ php.ini-recommended | 7 +++++++ 3 files changed, 21 insertions(+) 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 -- 2.50.1