Suhosin and maximum $_POST variables limit
Wednesday, April 23rd, 2008I had a problem of more than 200 $_POST variables in one of my php scripts. Something was limiting the script not to process more than 200 in the $_POST array. After unsuccessfully trying to find some info about how to change it in php.ini or apache.conf I found a solution ...
