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.sqlite3
Commits
492ac6a9
Commit
492ac6a9
authored
Jul 30, 2021
by
Pietsch, Martin
Browse files
completed template file for sqlite3 module
parent
e437a272
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/sqlite3.ini.j2
View file @
492ac6a9
extension=
intl
extension=
sqlite3
[intl]
intl.default_locale = {{ php_mod_intl_default_locale }}
; 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_exceptions = {{ php_mod_intl_use_exceptions | string }}
[sqlite3]
sqlite3.extension_dir = {{ php_mod_sqlite3_extension_dir }}
sqlite3.defensive = {{ php_mod_sqlite3_defensive | 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