File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,11 @@ max_input_time = 60
433
433
; How many GET/POST/COOKIE input variables may be accepted
434
434
;max_input_vars = 1000
435
435
436
+ ; How many multipart body parts (combined input variable and file uploads) may
437
+ ; be accepted.
438
+ ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
439
+ ;max_multipart_body_parts = 1500
440
+
436
441
; Maximum amount of memory a script may consume
437
442
; https://php.net/memory-limit
438
443
memory_limit = 128M
Original file line number Diff line number Diff line change @@ -435,6 +435,11 @@ max_input_time = 60
435
435
; How many GET/POST/COOKIE input variables may be accepted
436
436
;max_input_vars = 1000
437
437
438
+ ; How many multipart body parts (combined input variable and file uploads) may
439
+ ; be accepted.
440
+ ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
441
+ ;max_multipart_body_parts = 1500
442
+
438
443
; Maximum amount of memory a script may consume
439
444
; https://php.net/memory-limit
440
445
memory_limit = 128M
You can’t perform that action at this time.
0 commit comments