Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simple Deploy- and Management
package.lang.php.module.mbstring
Commits
22dbae0a
Commit
22dbae0a
authored
Jul 30, 2021
by
Pietsch, Martin
Browse files
completed template file for mbstring module
parent
108d06c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/mbstring.ini.j2
View file @
22dbae0a
extension=
intl
extension=
mbstring
[
intl
]
intl.default_locale = {{ php_mod_intl_default_local
e }}
; This directive allows you to produce PHP errors when some error
; happens within intl functions. The value is the level of the error produced.
; Default is 0, which does not produce any errors.
intl.error_level = {{ php_mod_intl_error_level
}}
intl.use_excep
tion
s
= {{ php_mod_
intl_use_excep
tion
s
| string }}
[
mbstring
]
mbstring.language = {{ php_mod_mbstring_languag
e }}
mbstring.detect_order = {{ php_mod_mbstring_detect_order }}
mbstring.substitute_character = {{ php_mod_mbstring_substitute_character }}
mbstring.encoding_translation = {{ php_mod_mbstring_encoding_translation | string }}
mbstring.http_output_conv_mimetypes = {{ php_mod_mbstring_http_output_conv_mimetypes
}}
mbstring.strict_detec
tion = {{ php_mod_
mbstring_strict_detec
tion | string }}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment