Skip to content

Commit f299df4

Browse files
committed
Added PHP_MAX_INPUT_VARS in .env, often used on huge websites
1 parent 005bd9e commit f299df4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ PHP_VERSION=8.4
8383
PHP_UPLOAD_MAX_FILESIZE=128M
8484
PHP_POST_MAX_SIZE=128M
8585
PHP_MEMORY_LIMIT=512M
86+
PHP_MAX_INPUT_VARS=2000
8687
PMA_UPLOAD_LIMIT=128M
8788
8889
# Database
@@ -531,6 +532,7 @@ max_input_time = 300
531532
upload_max_filesize = 128M
532533
post_max_size = 128M
533534
max_file_uploads = 50
535+
max_input_vars = 2000
534536
535537
; Error reporting and logging
536538
display_errors = On
@@ -727,6 +729,7 @@ PHP_VERSION=8.4
727729
PHP_UPLOAD_MAX_FILESIZE=128M
728730
PHP_POST_MAX_SIZE=128M
729731
PHP_MEMORY_LIMIT=512M
732+
PHP_MAX_INPUT_VARS=2000
730733
PMA_UPLOAD_LIMIT=128M # phpMyAdmin upload limit
731734
```
732735

0 commit comments

Comments
 (0)