We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005bd9e commit f299df4Copy full SHA for f299df4
setup.sh
@@ -83,6 +83,7 @@ PHP_VERSION=8.4
83
PHP_UPLOAD_MAX_FILESIZE=128M
84
PHP_POST_MAX_SIZE=128M
85
PHP_MEMORY_LIMIT=512M
86
+PHP_MAX_INPUT_VARS=2000
87
PMA_UPLOAD_LIMIT=128M
88
89
# Database
@@ -531,6 +532,7 @@ max_input_time = 300
531
532
upload_max_filesize = 128M
533
post_max_size = 128M
534
max_file_uploads = 50
535
+max_input_vars = 2000
536
537
; Error reporting and logging
538
display_errors = On
@@ -727,6 +729,7 @@ PHP_VERSION=8.4
727
729
728
730
731
732
733
PMA_UPLOAD_LIMIT=128M # phpMyAdmin upload limit
734
```
735
0 commit comments