mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-09-13 01:25:27 +07:00
Dirty commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
;
|
||||
; {{ ansible_managed }}
|
||||
;
|
||||
|
||||
extension=apcu.so
|
||||
@@ -0,0 +1,17 @@
|
||||
;
|
||||
; {{ ansible_managed }}
|
||||
;
|
||||
|
||||
; configuration for php ZendOpcache module
|
||||
; priority=05
|
||||
zend_extension=opcache.so
|
||||
|
||||
opcache.enable={{ php_opcache_enable }}
|
||||
opcache.enable_cli={{ php_opcache_enable_cli }}
|
||||
opcache.memory_consumption={{ php_opcache_memory_consumption }}
|
||||
opcache.interned_strings_buffer={{ php_opcache_interned_strings_buffer }}
|
||||
opcache.max_accelerated_files={{ php_opcache_max_accelerated_files }}
|
||||
opcache.max_wasted_percentage={{ php_opcache_max_wasted_percentage }}
|
||||
opcache.validate_timestamps={{ php_opcache_validate_timestamps }}
|
||||
opcache.revalidate_freq={{ php_opcache_revalidate_freq }}
|
||||
opcache.max_file_size={{ php_opcache_max_file_size }}
|
||||
Reference in New Issue
Block a user