From 77aecf4de1d2b7024606e59ecda76d8085abc9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 23 Nov 2001 19:19:12 +0000 Subject: [PATCH] Added an entry about a PWS bug and its workaround tahnks to Filippo Simoncini --- Documentation.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 6e8129664..7372557dc 100755 --- a/Documentation.html +++ b/Documentation.html @@ -836,10 +836,19 @@ This is a known problem with the php ISAPI filter: it's not so stable. For some more information and complete testings see the messages posted by "djdeluxe76" in - this thread + this thread from the phpWizard forum.

+

+ I can't use phpMyAdmin on PWS: nothing is displayed! +
+ This seems to be a PWS bug. Filippo Simoncini found a workaroud (at this + time there is no better fix): remove or comment the DOCTYPE + declarations (3 lines) from the scripts header.inc.php3, + index.php3, left.php3 and libraries/common.lib.php3. +

+

How can I GZip or Bzip a dump or a CSV export. It seems to not work?