It seems like there is a problem with older PHP versions and more than 1000 input fields in one form (see this question).
If I run a webserver with an older PHP version, is there a limit to the maximum number of form elements in (one nesting level) like it is controlled by the php.ini
directive max_input_vars since PHP 5.3.9?
Or is there no limit in older versions?
What happens if I set this variable anyway in older versions in php.ini or .htaccess?
I noticed, that on my server I run PHP 5.3.3-7+squeeze17 which also already has the directive max_input_vars
.
How exactly did older versions behave?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…