]> granicus.if.org Git - php/commitdiff
Added description to mbstring ini entries
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 19 Apr 2002 06:30:14 +0000 (06:30 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 19 Apr 2002 06:30:14 +0000 (06:30 +0000)
php.ini-dist
php.ini-recommended

index 9a4f488156257d63858c25a54135a331f7ec4f74..381dff24a4eff78f7a966fd13fc93087a3f7064b 100644 (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
index f53d6cf227e6f323342a03136300f0b72b47e3cf..d672c55627c8be46c4c8c9ade6f2baefcaf67fed 100644 (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;