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_vars = 2000 suhosin.post.max_value_length = 325000 suhosin.request.max_vars = 1000 suhosin.session.cryptua = off
.htaccess |
php_value suhosin.mail.protect 0 php_value suhosin.memory_limit 128M php value suhosin.post.max_vars 2000 php_value suhosin.post.max_value_length 325000 php_value suhosin.request.max_vars 1000 php_flag suhosin.session.cryptua off


