According to <a href="http://php.net/manual/en/info.configuration.php">http://php.net/manual/en/info.configuration.php</a> [<a href="http://php.net/manual/en/info.configuration.php" target="_blank">^</a>] max_input_vars is available since php 5.3.9. According to <br />
<br />
$ rpm -q php<br />
php-5.1.6-39.el5_8<br />
<br />
the version I have is 5.1.6. Yet it has max_input_vars enabled and set to 10K -- the only way to find out (other than your scripts not working) is via phpinfo(). It is *not* in php.ini nor anywhere under /usr/share/doc/php*<br />
<br />
Fix your php.ini.
↧