max_input_vars set even if commented in php.ini
I have a strange problem in my PHP application. In my php.ini, I have commented out the max_input_vars directive, but when submitting 1-2k forms (I know it's kinda large), the last 200 post values are cut off. The strange thing is that I even restarted my Apache. My phpinfo() shows that limit is set to 1000. Is that the default value? How do I make max_input_vars unlimited? Pascal MARTIN According to the manual , there is indeed a default value of 1000 for max_input_vars (look in the table at the beginning of the page) . If you want a value different than this default value of 1000, you will