mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-17 13:42:10 +07:00
Fix loading APC/APCu
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
; {{ ansible_managed }}
|
||||
;
|
||||
|
||||
extension=apc.so
|
||||
extension={{ php_apc_package }}.so
|
||||
|
||||
; apc.enabled can be set to 0 to disable APC
|
||||
apc.enable={{ php_apc_enable }}
|
||||
|
||||
Reference in New Issue
Block a user