소스 검색

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