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.apcu
Commits
0216b7d0
Commit
0216b7d0
authored
Aug 03, 2021
by
Pietsch, Martin
Browse files
completed template file for apcu module
parent
03d42724
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/apcu.ini.j2
View file @
0216b7d0
extension=
intl
extension=
apcu
[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 }}
[apcu]
apc.enabled = {{ php_mod_apcu_enabled }}
apc.shm_segments = {{ php_mod_apcu_shm_segments }}
apc.shm_size = {{ php_mod_apcu_shm_size }}
apc.entries_hint = {{ php_mod_apcu_entries_hint }}
apc.ttl = {{ php_mod_apcu_ttl }}
apc.gc_ttl = {{ php_mod_apcu_gc_ttl }}
apc.mmap_file_mask = {{ php_mod_apcu_mmap_file_mask }}
apc.slam_defense = {{ php_mod_apcu_slam_defense }}
apc.enable_cli = {{ php_mod_apcu_enable_cli }}
apc.use_request_time = {{ php_mod_apcu_use_request_time }}
apc.serializer = {{ php_mod_apcu_serializer }}
apc.coredump_unmap = {{ php_mod_apcu_coredump_unmap }}
apc.preload_path = {{ php_mod_apcu_preload_path }}
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