From 1bd9ecc5fe3abe21cf816d2b1a07f54cfd7a45a1 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Mon, 23 Dec 2019 00:44:52 +0500 Subject: [PATCH] Changed max_input_vars in php.ini to 100000 to avoid errors when using complex sieve scripts. --- configs/php7/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/php7/php.ini b/configs/php7/php.ini index 67e6ad3..42b9110 100644 --- a/configs/php7/php.ini +++ b/configs/php7/php.ini @@ -394,7 +394,7 @@ max_input_time = 60 ;max_input_nesting_level = 64 ; How many GET/POST/COOKIE input variables may be accepted -;max_input_vars = 1000 +max_input_vars = 100000 ; Maximum amount of memory a script may consume (128MB) ; http://php.net/memory-limit