[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1344-gadbc1b2

Michal Čihař nijel at users.sourceforge.net
Wed Apr 7 13:53:07 CEST 2010


The branch, master has been updated
       via  adbc1b257245c7c86b182b54e5b05fc8d28bcd5e (commit)
       via  c9d7a662101b57abe754393ab6424b05ab0e685f (commit)
       via  7e40035275d28fa38fef7f7628bdda3a44d83de5 (commit)
       via  7d217c9f57d5b97b62439c89f0010d36dac73d28 (commit)
      from  2d8b20a28c0b16da7dbcff9c937b5bd7160f7d04 (commit)


- Log -----------------------------------------------------------------
commit adbc1b257245c7c86b182b54e5b05fc8d28bcd5e
Merge: 2d8b20a28c0b16da7dbcff9c937b5bd7160f7d04 c9d7a662101b57abe754393ab6424b05ab0e685f
Author: Michal Čihař <mcihar at novell.com>
Date:   Wed Apr 7 13:52:07 2010 +0200

    Merge branch 'QA_3_3'

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    1 +
 Documentation.html |   14 +++++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6dc4a9f..5589941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 
diff --git a/Documentation.html b/Documentation.html
index 4aaeea8..467a599 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -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>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list