]> granicus.if.org Git - php/commitdiff
added options for mbstring extension.
authorRui Hirokawa <hirokawa@php.net>
Sun, 10 Jun 2001 09:44:31 +0000 (09:44 +0000)
committerRui Hirokawa <hirokawa@php.net>
Sun, 10 Jun 2001 09:44:31 +0000 (09:44 +0000)
php.ini-dist
php.ini-optimized
php.ini-recommended

index ac32ae1ea984e74f052656c36c6bf7403c0a8696..20d1bf2c0ebba9368d4a8674f933bd8d3b0279a7 100644 (file)
@@ -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:
index 42bd7e83b95cbfdc4f65736ff739b89f78579bc6..5f8859436e3370262b3969e521cbf22534ce71f5 100644 (file)
@@ -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
index 42bd7e83b95cbfdc4f65736ff739b89f78579bc6..5f8859436e3370262b3969e521cbf22534ce71f5 100644 (file)
@@ -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