In need to set these variables in php.ini for MAMP running php 5.5.10
suhosin.request.max_vars = 1000
suhosin.post.max_vars = 1000
As usual I opened and edited the php.ini file to add these 2 lines.
Problem is that it takes not effect in my phpinfo page. The variable are not added at all.
I read in this comment that suhosin is not working anymore in php 5.5 here
Is that right? What can I do?