From f11c08e203d9b367be54c482b004e535bdeeadb9 Mon Sep 17 00:00:00 2001 From: NewEraCracker Date: Thu, 7 Jan 2016 21:49:01 +0000 Subject: [PATCH] Revert maximum array depth (aka input nesting level) to default values This is per default 50 in Suhosin (*.max_array_depth) and 64 in PHP (max_input_nesting_level) Note: Array depth is not the number of elements within an array. --- src/etc/rc.php_ini_setup | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/etc/rc.php_ini_setup b/src/etc/rc.php_ini_setup index ca2e3ddb25..8bacaf019d 100755 --- a/src/etc/rc.php_ini_setup +++ b/src/etc/rc.php_ini_setup @@ -250,15 +250,12 @@ fi /bin/cat >>/usr/local/etc/php.ini <