It seems that there is a problem with older versions of PHP and more than 1000 input fields in one form ( see this question ).
If I run a web server with an old version of PHP, is there a limit for the maximum number of form elements in (one nesting level), for example, is it controlled by the php.ini max_input_vars directive with PHP 5.3.9?
Or is there no limit in older versions?
What happens if I set this variable in older versions in php.ini or .htaccess?
I noticed that on my server I am running PHP 5.3.3-7 + squeeze17, which also already has a max_input_vars directive.
How exactly do older versions behave?
php configuration
rubo77 Sep 27 '13 at 4:28 2013-09-27 04:28
source share