Преглед на файлове

update php.ini max_input_vars

ayHaru преди 4 години
родител
ревизия
b84ea9ce99
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      conf/php-fpm/php-debug.ini
  2. 1 1
      conf/php/php-debug.ini
  3. 1 1
      docker/conf/php-fpm/lz-php.ini
  4. 1 1
      docker/conf/php/lz-php.ini

+ 1 - 1
conf/php-fpm/php-debug.ini

@@ -397,7 +397,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 = 5000
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit

+ 1 - 1
conf/php/php-debug.ini

@@ -397,7 +397,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 = 5000
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit

+ 1 - 1
docker/conf/php-fpm/lz-php.ini

@@ -397,7 +397,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 = 5000
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit

+ 1 - 1
docker/conf/php/lz-php.ini

@@ -397,7 +397,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 = 5000
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit