Skip to content
Snippets Groups Projects
Commit 492ac6a9 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

completed template file for sqlite3 module

parent e437a272
Branches
No related tags found
No related merge requests found
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 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment