mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-02-24 09:23:29 +07:00
PHP7 now supports APCu / Opcache
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
; {{ ansible_managed }}
|
||||
;
|
||||
|
||||
extension={{ php_apc_package }}.so
|
||||
extension=apcu.so
|
||||
|
||||
; apc.enabled can be set to 0 to disable APC
|
||||
apc.enable={{ php_apc_enable }}
|
||||
|
||||
Reference in New Issue
Block a user