Fix loading APC/APCu

This commit is contained in:
Emilien Mantel
2015-07-24 09:49:16 +02:00
parent ab7923644c
commit b0572da1d6
3 changed files with 7 additions and 1 deletions

View File

@@ -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 }}