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 @@ -423,6 +423,11 @@ max_input_time = 60
423
423
; How many GET/POST/COOKIE input variables may be accepted
424
424
;max_input_vars = 1000
425
425
426
+ ; How many multipart body parts (combined input variable and file uploads) may
427
+ ; be accepted.
428
+ ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
429
+ ;max_multipart_body_parts = 1500
430
+
426
431
; Maximum amount of memory a script may consume
427
432
; https://php.net/memory-limit
428
433
memory_limit = 128M
Original file line number Diff line number Diff line change @@ -425,6 +425,11 @@ max_input_time = 60
425
425
; How many GET/POST/COOKIE input variables may be accepted
426
426
;max_input_vars = 1000
427
427
428
+ ; How many multipart body parts (combined input variable and file uploads) may
429
+ ; be accepted.
430
+ ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
431
+ ;max_multipart_body_parts = 1500
432
+
428
433
; Maximum amount of memory a script may consume
429
434
; https://php.net/memory-limit
430
435
memory_limit = 128M
You can’t perform that action at this time.
0 commit comments