1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

Added description to mbstring ini entries

This commit is contained in:
Yasuo Ohgaki
2002-04-19 06:30:14 +00:00
parent e17161443a
commit fd89d2d24a
2 changed files with 23 additions and 1 deletions
+12 -1
View File
@@ -884,9 +884,20 @@ sockets.use_system_read = On
;printer.default_printer = ""
[mbstring]
; internal/script encoding.
; Some encoding cannot work as internal encoding.
; (e.g. SJIS, BIG5, ISO-2022-*)
;mbstring.internal_encoding = EUC-JP
; http input encoding.
;mbstring.http_input = auto
; http output encoding. mb_output_handler must be
; registered as output buffer to function
;mbstring.http_output = SJIS
; automatic encoding detection order.
; auto means
;mbstring.detect_order = auto
;mbstring.substitute_character = none;
@@ -908,7 +919,7 @@ sockets.use_system_read = On
[Crack]
; Modify the setting below to match the directory location of the cracklib
; dictionary files. Include the base filename, but not the file extension.
crack.default_dictionary = "c:\php4\lib\cracklib_dict"
crack.default_dictionary = "c:\php4\lib\cracklib_dictaaaaaaaaa"
; Local Variables:
; tab-width: 4
+11
View File
@@ -891,9 +891,20 @@ sockets.use_system_read = On
;printer.default_printer = ""
[mbstring]
; internal/script encoding.
; Some encoding cannot work as internal encoding.
; (e.g. SJIS, BIG5, ISO-2022-*)
;mbstring.internal_encoding = EUC-JP
; http input encoding.
;mbstring.http_input = auto
; http output encoding. mb_output_handler must be
; registered as output buffer to function
;mbstring.http_output = SJIS
; automatic encoding detection order.
; auto means
;mbstring.detect_order = auto
;mbstring.substitute_character = none;