diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2001-06-10 09:44:31 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2001-06-10 09:44:31 +0000 |
| commit | f96a2539a71da451470cc3da374fc943cb103809 (patch) | |
| tree | e67969d02d406821cde42a064a59149261aef531 /php.ini-optimized | |
| parent | fd46c91466ad8bd41f300a5afa68c422cac4e290 (diff) | |
| download | php-git-f96a2539a71da451470cc3da374fc943cb103809.tar.gz | |
added options for mbstring extension.
Diffstat (limited to 'php.ini-optimized')
| -rw-r--r-- | php.ini-optimized | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
