suhosin help

i was told this

Looks like you have suhosin installed on your server. Suhosin requires special settings in order to function properly. You need to change the following settings and restart Apache.

suhosin.memory_limit 32mb
suhosin.request.max_vars 2048
suhosin.post.max_vars 2048

where are these settings so i can change them
i cant seem to find them :frowning:

Thanks

Howdy,

It looks like you’re being given items to add to your PHP config file.

You can add those to your PHP config by editing $HOME/etc/php.ini, and adding those lines to the end of that file.

-Eric

To be able to put commands to configure suhosin You need first to check if :

  1. apt-get install php5-suhosin
  2. configure rules in /etc/php5/conf.d/suhosin.ini
  3. You ca neven try to disable it completely by :
    suhosin.simulation = On

kind regards,
Piotr