Before I did any change to suhosin configuration,
the logging shows a lot of alerts,
including variable name length, value length, memory_limit, ASCIIZ null and so on.
So, what I do is to change related suhosin configuration setting.
i.e. increase value length, memory_limit, allow ASCIIZ null and so on.
After resetting, the alerts are reduced a lot.
However, it still have similar alerts sometimes, i.e. value length.
So, do I need to further increase these suhosin configuration settings?