From e469c9b7499e32ff9c5d9a4af4704a66c085eaaf Mon Sep 17 00:00:00 2001 From: Heiko Hardt Date: Fri, 27 Jul 2018 12:59:22 +0200 Subject: [PATCH] [TASK] Choosing the right php-extension (changed from php 5 to php 7) --- customer/bmf-datacenter/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/bmf-datacenter/test.yaml b/customer/bmf-datacenter/test.yaml index 97bae78d..86427f89 100644 --- a/customer/bmf-datacenter/test.yaml +++ b/customer/bmf-datacenter/test.yaml @@ -47,10 +47,10 @@ php::extensions: gd: {} opcache: {} mysqlnd: {} - zip: {} mbstring: {} soap: {} xml: {} + pecl-zip: {} php::cli::settings: PHP/memory_limit: 512M -- 2.39.5