no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | php_suhosin [2012/06/28 22:46] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== PHP Suhosin ====== | ||
+ | Suhosin is a set of patches to improve security for PHP. Please research it thoroughly and do not apply it blindly. | ||
+ | |||
+ | * [[PHP]] | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | ==== Notes ==== | ||
+ | |||
+ | Disable suhosin (mostly?) | ||
+ | |||
+ | < | ||
+ | suhosin.simulation = On | ||
+ | </ | ||
+ | |||
+ | Allow session data to be shared on a wildcard subdomain | ||
+ | |||
+ | < | ||
+ | session.cookie_domain = " | ||
+ | suhosin.session.cryptdocroot = Off | ||
+ | </ |