;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;
[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
;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;