From: Thomas Heller Date: Fri, 28 Oct 2016 11:53:43 +0000 (+0200) Subject: typo3 class - deactivated suhosin because of php7 X-Git-Tag: v0.1.0~3885 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=d516f4dcd78d3ed58995a7c8f08321f4c6b53c54;p=pixelpark%2Fhiera.git typo3 class - deactivated suhosin because of php7 --- 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: