Edit report at https://bugs.php.net/bug.php?id=55810&edit=1
ID: 55810 Comment by: contacto at hardcode dot com dot ar Reported by: clemens dot schwaighofer at e-graphics dot com Summary: cannot have more than 1000 entries in the _POST array Status: Not a bug Type: Bug Package: Scripting Engine problem Operating System: Linux PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: "max_input_vars = " worked great for me. thanks! i was about to go crazy, in my case it was a screen that stopped working after updating php Previous Comments: ------------------------------------------------------------------------ [2012-06-15 00:56:16] clemens dot schwaighofer at e-graphics dot com Besides this var and possible suhosin entry, I really do not know. Is this a self compiled PHP? Or from a distribution? What version is it? etc. There could be many factors. ------------------------------------------------------------------------ [2012-06-14 13:02:55] the dot aloner at gmail dot com Thank you for your reply. Yes, I've added this to php.ini and restarted Apache max_input_vars = 3000 The setting has been changed, but the problem is still there. It doesn't allow more than 1000 vars. :( ------------------------------------------------------------------------ [2012-06-14 00:48:42] clemens dot schwaighofer at e-graphics dot com @the dot aloner at gmail dot com Yes, in the PHP ini search for "max_input_vars =" and up the value. Or add the entry if it is missing. ------------------------------------------------------------------------ [2012-06-13 13:52:39] the dot aloner at gmail dot com I'm having this problem on 5.3.13 without Suhosin. Is there anything I can check? Here is the result of the test: PHP VERSION: 50313 Original data: 1010 POST DATA: 1000 ERROR: POST count is smaller than original data count ------------------------------------------------------------------------ [2011-09-30 01:15:05] clemens dot schwaighofer at e-graphics dot com Actually it is not only the post.max_vars, but also the request.max_vars ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=55810 -- Edit this bug report at https://bugs.php.net/bug.php?id=55810&edit=1