|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-02-08 13:14 UTC] aharvey@php.net
-Status: Open
+Status: Not a bug
[2012-02-08 13:14 UTC] aharvey@php.net
[2012-02-08 13:37 UTC] j dot hensoldt at gmx dot de
[2012-02-10 11:11 UTC] j dot hensoldt at gmx dot de
[2012-08-18 19:53 UTC] jdeluca2000 at kellogg dot northwestern dot edu
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 16:00:01 2025 UTC |
Description: ------------ I am using PHP 5.3.3-7+squeeze7 on Debian+Apache2. I cann´t change the parameter max_input_vars. <? ini_set("max_input_vars","5000"); phpinfo(); ?> A change of max_input_vars in php.ini does not work too. phpinfo() displays the correctly changed value, but the internal value of max_input_vars is not changed and is always 1000.