Merge branch 'QA_3_3'

This commit is contained in:
Michal Čihař
2010-04-07 13:52:07 +02:00
2 changed files with 12 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ $Id$
- bug #2980582 [interface] Properly format server status parameter.
- bug #2973949 [session] SQL History broken (revert patch #2899969),
thanks to Dieter Adriaenssens - ruleant
- [doc] Be more specific about problems with Suhosin.
3.3.1.0 (2010-03-16)
- bug #2941037 [core] Database structure not sorted by table correctly

View File

@@ -3082,10 +3082,18 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
</p>
<p>
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
not be fully avoided 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:
what Suhosin tries to prevent. Generally all
<code>suhosin.request.*</code>, <code>suhosin.post.*</code> and
<code>suhosin.get.*</code> directives can have negative effect on
phpMyAdmin usability. You can always find in your error logs which limit
did cause dropping of variable, so you can diagnose the problem and adjust
matching configuration variable.
</p>
<p>
The default values for most Suhosin configuration options will work in most
scenarios, however you might want to adjust at least following parameters:
</p>
<ul>