|
|
| |
1. Suhosin Works For Us |
|
Reply |
|
|
 Brian Clancey | 2012-03-01 20:19:41 |
We have been using Suhosin since it was released. It has never caused a problem. The only PHP errors we encounter are coding errors. However, we do not use third party PHP on our website, so I cannot comment on whether or not it causes problems for other people's code. Having said that, we try very hard to code in a very strict fashion and take security very seriously. Our background is in C/C++ coding, so we apply many of the best practices for coding in that environment to our PHP code.
|
| |
2. Re: Suhosin Works For Us |
|
Reply |
|
|
 Manuel Lemos | 2012-03-01 20:26:11 - In reply to message 1 from Brian Clancey |
| Right, Suhosin is more to prevent eventual security bugs that may be discovered in the future. So it is a good idea to keep using it even if it does not issue any warnings now. |
|