We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87a009e + 7b1d69a commit 2064e41Copy full SHA for 2064e41
php/docker/templates/php.ini
@@ -4,6 +4,10 @@ sendmail_path=/usr/bin/msmtp -C /usr/local/docker/etc/msmtp.conf --read-envelope
4
log_errors=on
5
display_errors=off
6
7
+{{- if .Env.PHP_MAX_INPUT_VARS }}
8
+max_input_vars={{ .Env.PHP_MAX_INPUT_VARS }}
9
+{{- end }}
10
+
11
apc.serializer=igbinary
12
13
session.serialize_handler=igbinary
0 commit comments