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.phar
Commits
cee74f71
Commit
cee74f71
authored
Jul 29, 2021
by
Pietsch, Martin
Browse files
completed template file for phar module
parent
fdd15f49
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/phar.ini.j2
View file @
cee74f71
extension=
intl
extension=
phar
[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 }}
[phar]
phar.readonly = {{ php_mod_phar_readonly | string }}
phar.require_hash = {{ php_mod_phar_require_hash | string }}
phar.cache_list = {{ php_mod_phar_cache_list }}
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