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:
+12
-1
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user