Added an entry about a PWS bug and its workaround tahnks to Filippo Simoncini

This commit is contained in:
Loïc Chapeaux
2001-11-23 19:19:12 +00:00
parent ee8b5f07ce
commit 77aecf4de1

View File

@@ -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
<a href="http://www.phpwizard.net/phorum/read.php?f=1&i=6624&t=6300">this&nbsp;thread</a>
<a href="http://www.phpwizard.net/phorum/read.php?f=1&amp;i=6624&amp;t=6300">this&nbsp;thread</a>
from the phpWizard forum.
</p>
<p>
<b>I can't use phpMyAdmin on PWS: nothing is displayed!</b>
<br />
This seems to be a PWS bug. Filippo Simoncini found a workaroud (at this
time there is no better fix): remove or comment the <tt>DOCTYPE</tt>
declarations (3 lines) from the scripts <i>header.inc.php3</i>,
<i>index.php3</i>, <i>left.php3</i> and <i>libraries/common.lib.php3</i>.
</p>
<p>
<b>How can I GZip or Bzip a dump or a CSV export. It seems to not work?</b>
<br />