mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
15ac66c055
commit
fbdc8ea68c
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue