Anyone using PHP hardened patch?
http://www.hardened-php.net/suhosin/how ... grade.html
I am concern about hard to track errors if using the patch.
Thank you
Anyone using PHP hardened patch?
Moderator: General Moderators
Re: Anyone using PHP hardened patch?
It's applied by default in Debian and Ubuntu versions of PHP. Given the popularity of those two distros I think it's safe to say a lot of people are using suhosin patch.
Re: Anyone using PHP hardened patch?
We're running it on our OpenBSD boxes. We did have to disable one setting about ssl (I think) to stop Apache from segfaulting.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.