Lines Matching refs:mbstring

354 ; encodings.  To use this feature, mbstring extension must be enabled.
924 ;extension=mbstring
925 ;extension=exif ; Must be after mbstring as it depends on it
1618 [mbstring]
1620 ; This affects mb_send_mail() and mbstring.detect_order.
1621 ; http://php.net/mbstring.language
1622 ;mbstring.language = Japanese
1629 ;mbstring.internal_encoding =
1633 ; mbstring.encoding_translation = On is needed to use this setting.
1634 ; If empty, default_charset or input_encoding or mbstring.input is used.
1635 ; The precedence is: default_charset < input_encoding < mbstring.http_input
1636 ; http://php.net/mbstring.http-input
1637 ;mbstring.http_input =
1642 ; If empty, default_charset or output_encoding or mbstring.http_output is used.
1643 ; The precedence is: default_charset < output_encoding < mbstring.http_output
1644 ; To use an output encoding conversion, mbstring's output handler must be set
1646 ; http://php.net/mbstring.http-output
1647 ;mbstring.http_output =
1650 ; mbstring.internal_encoding setting. Input chars are
1654 ; http://php.net/mbstring.encoding-translation
1655 ;mbstring.encoding_translation = Off
1658 ; "auto" detect order is changed according to mbstring.language
1659 ; http://php.net/mbstring.detect-order
1660 ;mbstring.detect_order = auto
1664 ; http://php.net/mbstring.substitute-character
1665 ;mbstring.substitute_character = none
1667 ; overload(replace) single byte functions by mbstring functions.
1675 ; http://php.net/mbstring.func-overload
1676 ;mbstring.func_overload = 0
1680 ;mbstring.strict_detection = On
1684 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
1685 ;mbstring.http_output_conv_mimetype=
1687 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
1690 ;mbstring.regex_stack_limit=100000
1692 ; This directive specifies maximum retry count for mbstring regular expressions. It is similar
1695 ;mbstring.regex_retry_limit=1000000
1706 ; With mbstring support this will automatically be converted into the encoding
1707 ; given by corresponding encode setting. When empty mbstring.internal_encoding