Magento-Compatible Suhosin Configuration
This is an old revision of the document!
Table of Contents
Below are the known configuration variables that should be looked at for your PHP configuration. These items can be flagged in either the user’s .htaccess or php.ini file, or the master php.ini file.
php.ini |
suhosin.mail.protect = 0 suhosin.memory_limit = 128M suhosin.post.max_value_length = 325000 suhosin.session.cryptua = off
.htaccess |
php_value suhosin.mail.protect 0 php_value suhosin.memory_limit 128M php_value suhosin.post.max_value_length 325000 php_flag suhosin.session.cryptua off


