To disable Suhosin for the account (or a particular directory), you will want to add the following to the end of your local php.ini file:
[suhosin]
suhosin.simulation = On
If you need information on configuring a local custom php.ini, please see
this article.