From 7d217c9f57d5b97b62439c89f0010d36dac73d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 7 Apr 2010 13:48:40 +0200 Subject: [PATCH 1/2] Typo. --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 5cbc75ef4..df9f55546 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3059,7 +3059,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]

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: From 7e40035275d28fa38fef7f7628bdda3a44d83de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 7 Apr 2010 13:51:43 +0200 Subject: [PATCH 2/2] Be more specific about problems with Suhosin. --- ChangeLog | 1 + Documentation.html | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb437d122..ebe25bd7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - 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 diff --git a/Documentation.html b/Documentation.html index df9f55546..abe01c4af 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3061,8 +3061,16 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] Suhosin configuration might lead to malfunction in some cases and it can 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 + suhosin.request.*, suhosin.post.* and + suhosin.get.* 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. +

+

+ The default values for most Suhosin configuration options will work in most + scenarios, however you might want to adjust at least following parameters: