typos
This commit is contained in:
@@ -571,13 +571,12 @@
|
|||||||
Defines whether to display the "MySQL runtime information",
|
Defines whether to display the "MySQL runtime information",
|
||||||
"MySQL system variables" and "PHP information"
|
"MySQL system variables" and "PHP information"
|
||||||
links or not for simple users at the starting main (right) frame.
|
links or not for simple users at the starting main (right) frame.
|
||||||
This setting does not check MySQL commands entered directly.
|
This setting does not check MySQL commands entered directly.
|
||||||
<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: "The
|
<b>Using phpMyAdmin on IIS, I'm displayed the error message: "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
|
||||||
@@ -845,7 +845,7 @@
|
|||||||
<tt>File</tt> privilege.
|
<tt>File</tt> privilege.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>I'm having troubles when uploading files. In general file uploads don't
|
<b>I'm having troubles when uploading files. In general file uploads don't
|
||||||
work on my system and uploaded files have a <tt>Content-Type:</tt> header
|
work on my system and uploaded files have a <tt>Content-Type:</tt> header
|
||||||
in the first line.</b>
|
in the first line.</b>
|
||||||
|
Reference in New Issue
Block a user