From 85b12f441837d621d3aa27c25e5640d9dae52aed Mon Sep 17 00:00:00 2001 From: Heiko Hardt Date: Fri, 27 Jul 2018 13:00:02 +0200 Subject: [PATCH] [TASK] updating production to php 7.1 --- customer/bmf-datacenter/common.yaml | 2 +- customer/bmf-datacenter/production.yaml | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/customer/bmf-datacenter/common.yaml b/customer/bmf-datacenter/common.yaml index dd81c6f0..483cc021 100644 --- a/customer/bmf-datacenter/common.yaml +++ b/customer/bmf-datacenter/common.yaml @@ -39,7 +39,7 @@ infra::additional_classes: - java java::package: java-1.8.0-oraclejdk -repo::remi_php56: true +repo::remi_php71: true apache::default_vhost: false php::fpm::pools: diff --git a/customer/bmf-datacenter/production.yaml b/customer/bmf-datacenter/production.yaml index df6f250d..bf8d0f7b 100644 --- a/customer/bmf-datacenter/production.yaml +++ b/customer/bmf-datacenter/production.yaml @@ -26,16 +26,10 @@ php::extensions: gd: {} opcache: {} mysqlnd: {} - suhosin: - settings: - suhosin.request.max_varname_length: 200 - suhosin.post.max_name_length: 200 - suhosin.get.max_name_length: 200 - suhosin.get.max_value_length: 2000 - suhosin.executor.include.whitelist: 'phar,vfs' mbstring: {} soap: {} xml: {} + pecl-zip: {} php::cli::settings: PHP/memory_limit: 512M -- 2.39.5