This commit is contained in:
Marc Delisle
2001-11-09 18:06:11 +00:00
parent 560f98c567
commit 93ce91f1ad

View File

@@ -575,9 +575,8 @@
<br /><br /> <br /><br />
Please note that to block the usage of phpinfo() in scripts, you Please note that to block the usage of phpinfo() in scripts, you
have to put this in your php.ini: have to put this in your php.ini:<br />
<br /> <tt>disable_functions = phpinfo()</tt>
disable_functions = phpinfo()
<br /><br /> <br /><br />
</dd> </dd>
@@ -672,7 +671,7 @@
</dd> </dd>
<dt> <dt>
<b>$cfgLeftBgColor </b>string [HTML color] <b>$cfgLeftBgColor </b>string [HTML color]<br />
<b>$cfgRightBgColor </b>string [HTML color] <b>$cfgRightBgColor </b>string [HTML color]
</dt> </dt>
<dd> <dd>
@@ -787,8 +786,8 @@
<h3>[Server]</h3> <h3>[Server]</h3>
<p> <p>
<b>I'm running php 4+ and my server is crashing each time a specific action <b>I'm running php 4+ and my server is crashing each time a specific action
is required or phpMyAdmin sends a blank page to my browser, what can I is required or phpMyAdmin sends a blank page or a page full of cryptic
do?</b> characters to my browser, what can I do?</b>
<br /> <br />
There are some known php bugs with output buffering and compression.<br /> There are some known php bugs with output buffering and compression.<br />
Try to set the <tt>$cfgOBGzip</tt> directive to <tt>FALSE</tt> in your Try to set the <tt>$cfgOBGzip</tt> directive to <tt>FALSE</tt> in your
@@ -807,6 +806,7 @@
If your server keeps crashing, please ask for help in the various If your server keeps crashing, please ask for help in the various
Apache support groups. Apache support groups.
</p> </p>
<p> <p>
<b>Using phpMyAdmin on IIS, I'm displayed the error message: &quot;The <b>Using phpMyAdmin on IIS, I'm displayed the error message: &quot;The
specified CGI application misbehaved by not returning a complete set of specified CGI application misbehaved by not returning a complete set of
@@ -819,7 +819,7 @@
</p> </p>
<p> <p>
<b>How can I GZip or Bzip a dump or a CSV export. It seem to not work?</b> <b>How can I GZip or Bzip a dump or a CSV export. It seems to not work?</b>
<br /> <br />
These features are based on the <tt>gzencode()</tt> and These features are based on the <tt>gzencode()</tt> and
<tt>bzcompress()</tt> php functions to be more independent of the platform <tt>bzcompress()</tt> php functions to be more independent of the platform