Archive for April, 2008

Suhosin and maximum $_POST variables limit

Wednesday, April 23rd, 2008

I 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 ...

Suhosin – customize php security

Wednesday, April 9th, 2008

I was trying to configure my virtualhosts to have different php options regarding shell access. After some research I came up with Suhosin solution, which solved problems with setting disable_functions per virtualhost. Look it up!