php: enable memcached apcu module in php.ini for php cli

this is required for nextclouds occ tool
This commit is contained in:
Rico 2022-03-05 16:15:05 +01:00
parent 30dc638ed2
commit 53c1568f80
Signed by: stillbeben
GPG key ID: AE1066B5BD0B5041

View file

@ -12,6 +12,8 @@ ignore_user_abort = Off
zend.enable_gc = On
expose_php = Off
apc.enable_cli = 1
max_execution_time = 30
max_input_time = 60
memory_limit = ${memory_limit}M