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.
1 parent 0464408 commit 3756a2bCopy full SHA for 3756a2b
include/errors.inc
@@ -148,6 +148,7 @@ function is_known_ini (string $ini): ?string {
148
'expose-php' => 'ini.core.php#ini.expose-php',
149
'max-execution-time' => 'info.configuration.php#ini.max-execution-time',
150
'max-input-time' => 'info.configuration.php#ini.max-input-time',
151
+ 'max-input-vars' => 'info.configuration.php#ini.max-input-vars',
152
'max-input-nesting-level' => 'info.configuration.php#ini.max-input-nesting-level',
153
'memory-limit' => 'ini.core.php#ini.memory-limit',
154
'error-reporting' => 'errorfunc.configuration.php#ini.error-reporting',
0 commit comments