From 53c1568f80e46a557b50b53c6ea71c1fc39d3813 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Sat, 5 Mar 2022 16:15:05 +0100 Subject: [PATCH] php: enable memcached apcu module in php.ini for php cli this is required for nextclouds occ tool --- bundles/php/files/8.0/php.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/php/files/8.0/php.ini b/bundles/php/files/8.0/php.ini index c8ef0e9..c1a269a 100644 --- a/bundles/php/files/8.0/php.ini +++ b/bundles/php/files/8.0/php.ini @@ -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