The branch, QA_3_4 has been updated via 7b13b6f8645ad3514e8aa1472562c8fbffd20d11 (commit) from 20298630ed949dba0cab7f6b4bb968c8a5de935f (commit)
- Log ----------------------------------------------------------------- commit 7b13b6f8645ad3514e8aa1472562c8fbffd20d11 Author: Madhura Jayaratne madhura.cj@gmail.com Date: Sun Aug 7 18:08:25 2011 +0530
Documentation about suhosin.get.max_value_length limitation
-----------------------------------------------------------------------
Summary of changes: Documentation.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Documentation.html b/Documentation.html index d7f2501..f8791d6 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3036,6 +3036,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_array_index_length">suhosin.post.max_array_index_length</a> should be increased (eg. 256)</li> <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_totalname_length">suhosin.request.max_totalname_length</a> should be increased (eg. 8192)</li> <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_totalname_length">suhosin.post.max_totalname_length</a> should be increased (eg. 8192)</li> + <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.get.max_value_length">suhosin.get.max_value_length</a> should be increased (eg. 1024)</li> <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.sql.bailout_on_error">suhosin.sql.bailout_on_error</a> needs to be disabled (the default)</li> <li><a href="http://www.hardened-php.net/suhosin/configuration.html#logging_configuration">suhosin.log.*</a> should not include SQL, otherwise you get big slowdown</li> </ul>
hooks/post-receive