From d516f4dcd78d3ed58995a7c8f08321f4c6b53c54 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 28 Oct 2016 13:53:43 +0200 Subject: [PATCH] typo3 class - deactivated suhosin because of php7 --- classes/site::profile::typo3.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/classes/site::profile::typo3.yaml b/classes/site::profile::typo3.yaml index 6fe85394..0f27c6d2 100644 --- a/classes/site::profile::typo3.yaml +++ b/classes/site::profile::typo3.yaml @@ -4,13 +4,14 @@ php::extensions: opcache: {} mysqlnd: {} soap: {} - 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' +##### noch keine offizielle Lösung für suhosin/php7 +# 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: {} php::settings: -- 2.39.5