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.mysqli
Commits
522cc360
Commit
522cc360
authored
Aug 02, 2021
by
Pietsch, Martin
Browse files
completed template file for mysqli module
parent
41963f0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/mysqli.ini.j2
View file @
522cc360
extension=intl
[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 }}
extension=mysqli
[mysqli]
mysqli.allow_local_infile = {{ php_mod_mysqli_allow_local_infile }}
mysqli.local_infile_directory = {{ php_mod_mysqli_local_infile_directory }}
mysqli.allow_persistent = {{ php_mod_mysqli_allow_persistent }}
mysqli.max_persistent = {{ php_mod_mysqli_max_persistent }}
mysqli.max_links = {{ php_mod_mysqli_max_links }}
mysqli.default_port = {{ php_mod_mysqli_default_port }}
{% if php_mod_mysqli_default_socket is defined %}
mysqli.default_socket = {{ php_mod_mysqli_default_socket }}
{% endif %}
{% if php_mod_mysqli_default_host is defined %}
mysqli.default_host = {{ php_mod_mysqli_default_host }}
{% endif %}
{% if php_mod_mysqli_default_host is defined %}
mysqli.default_user = {{ php_mod_mysqli_default_user }}
{% endif %}
{% if php_mod_mysqli_default_pw is defined %}
mysqli.default_pw = {{ php_mod_mysqli_default_pw }}
{% endif %}
mysqli.reconnect = {{ php_mod_mysqli_reconnect }}
mysqli.rollback_on_cached_plink = {{ php_mod_mysqli_rollback_on_cached_plink | 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