Skip to content

Commit 2d4eaba

Browse files
Josef Florian Glatzmblaschke
authored andcommitted
[FEATURE] Prevent lost information on submitting forms with lots of data
TYPO3 CMS highly recommends to raise max_input_vars to at least 1500.
1 parent 90fffdb commit 2d4eaba

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker/main/centos/conf/php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ max_execution_time = 900
1212
max_input_time = 300
1313
post_max_size = 50M
1414
upload_max_filesize = 50M
15+
max_input_vars = 5000
1516

1617
; timezone will be overwritten in startup, use docker-env.yml
1718
date.timezone = Europe/Berlin

docker/main/ubuntu-hhvm/conf/php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ max_execution_time = 900
1212
max_input_time = 300
1313
post_max_size = 50M
1414
upload_max_filesize = 50M
15+
max_input_vars = 5000
1516

1617
; timezone will be overwritten in startup, use docker-env.yml
1718
date.timezone = Europe/Berlin

docker/main/ubuntu/conf/php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ max_execution_time = 900
1212
max_input_time = 300
1313
post_max_size = 50M
1414
upload_max_filesize = 50M
15+
max_input_vars = 5000
1516

1617
; timezone will be overwritten in startup, use docker-env.yml
1718
date.timezone = Europe/Berlin

0 commit comments

Comments
 (0)