Lines Matching refs:mbstring

375 ; encodings.  To use this feature, mbstring extension must be enabled.
940 ;extension=mbstring
941 ;extension=exif ; Must be after mbstring as it depends on it
1562 [mbstring]
1564 ; This affects mb_send_mail() and mbstring.detect_order.
1565 ; https://php.net/mbstring.language
1566 ;mbstring.language = Japanese
1573 ;mbstring.internal_encoding =
1577 ; mbstring.encoding_translation = On is needed to use this setting.
1578 ; If empty, default_charset or input_encoding or mbstring.input is used.
1579 ; The precedence is: default_charset < input_encoding < mbstring.http_input
1580 ; https://php.net/mbstring.http-input
1581 ;mbstring.http_input =
1586 ; If empty, default_charset or output_encoding or mbstring.http_output is used.
1587 ; The precedence is: default_charset < output_encoding < mbstring.http_output
1588 ; To use an output encoding conversion, mbstring's output handler must be set
1590 ; https://php.net/mbstring.http-output
1591 ;mbstring.http_output =
1594 ; mbstring.internal_encoding setting. Input chars are
1598 ; https://php.net/mbstring.encoding-translation
1599 ;mbstring.encoding_translation = Off
1602 ; "auto" detect order is changed according to mbstring.language
1603 ; https://php.net/mbstring.detect-order
1604 ;mbstring.detect_order = auto
1608 ; https://php.net/mbstring.substitute-character
1609 ;mbstring.substitute_character = none
1612 ;mbstring.strict_detection = Off
1616 ; Default: mbstring.http_output_conv_mimetypes=^(text/|application/xhtml\+xml)
1617 ;mbstring.http_output_conv_mimetypes=
1619 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
1621 ;mbstring.regex_stack_limit=100000
1623 ; This directive specifies maximum retry count for mbstring regular expressions. It is similar
1625 ;mbstring.regex_retry_limit=1000000
1636 ; With mbstring support this will automatically be converted into the encoding
1637 ; given by corresponding encode setting. When empty mbstring.internal_encoding