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.date
Commits
ee8b0484
Commit
ee8b0484
authored
Jul 30, 2021
by
Pietsch, Martin
Browse files
completed template file of date module
parent
0fd407cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/date.ini.j2
View file @
ee8b0484
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 }}
[Date]
date.default_latitude = {{ php_mod_date_default_latitude }}
date.default_longitude = {{ php_mod_date_default_longitude }}
date.sunrise_zenith = {{ php_mod_date_sunrise_zenith }}
date.sunset_zenith = {{ php_mod_date_sunset_zenith }}
date.timezone = {{ php_mod_date_timezone }}
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