Fixed a typo in the description of ini option.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319324 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Shein Alexey 2011-11-16 13:13:34 +00:00
parent 15ac66c055
commit fbdc8ea68c

View file

@ -238,7 +238,7 @@ mbstring.encoding_translation = On
mbstring.http_input = pass ; No conversion.
mbstring.http_input = auto ; Set HTTP input to auto
; "auto" is expanded according to mbstring.language
mbstring.http_input = SJIS ; Set HTTP2 input to SJIS
mbstring.http_input = SJIS ; Set HTTP input to SJIS
mbstring.http_input = UTF-8,SJIS,EUC-JP ; Specify order
;; Set default HTTP output character encoding
@ -344,4 +344,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->