PHP7 now supports APCu / Opcache

This commit is contained in:
Emilien Mantel
2016-02-27 12:51:30 +01:00
parent 5162d00f82
commit c092025337
2 changed files with 6 additions and 6 deletions

View File

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