From: Heiko Hardt Date: Fri, 27 Jul 2018 11:00:02 +0000 (+0200) Subject: [TASK] updating production to php 7.1 X-Git-Tag: v0.1.0~504^2~1 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=85b12f441837d621d3aa27c25e5640d9dae52aed;p=pixelpark%2Fhiera.git [TASK] updating production to php 7.1 --- 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