mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-28 12:45:16 +01:00
Fixes #125: APCu not loading under PHP 7.
This commit is contained in:
parent
a7e4801954
commit
9378374d8b
@ -1,4 +1,5 @@
|
||||
{% if php_apc_enabled_in_ini %}
|
||||
extension=apcu.so
|
||||
extension=apc.so
|
||||
{% endif %}
|
||||
apc.shm_size={{ php_apc_shm_size }}
|
||||
|
Loading…
Reference in New Issue
Block a user