Skip to content

Commit 9019749

Browse files
authored
Adding max_input_vars to php.ini
1 parent 90e4a14 commit 9019749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom-php.ini

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ upload_max_filesize=${UPLOAD_MAX_FILESIZE}
22
post_max_size=${UPLOAD_MAX_FILESIZE}
33
memory_limit=${PHP_MEMORY_LIMIT}
44
max_execution_time=${PHP_MAX_EXECUTION_TIME}
5+
max_input_vars=${PHP_MAX_INPUT_VARS}

0 commit comments

Comments
 (0)