diff --git a/Documentation.html b/Documentation.html index f6b45d0ec..5cbc75ef4 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3055,11 +3055,29 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
Yes but the default configuration values of Suhosin are known to cause problems with some operations, for example editing a table with many - columns and no primary key. Tuning information is available at - - http://www.hardened-php.net/hphp/troubleshooting.html, - although the parameter names have changed (suhosin instead - of hphp). See also the + columns and no primary key or with textual primary key. +
++ Suhosin configuration might lead to malfunction in some cases and it can + not be fully obeyed as phpMyAdmin is kind of application which needs to + transfer big amounts of fields in single HTTP request, what is something + what Suhosin tries to prevent. If you have problems, please adjust at + least following parameters: +
+ ++ You can also disable the warning using the SuhosinDisableWarning directive.