diff --git a/Documentation.html b/Documentation.html
index cee8c188f..a1e67670a 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -571,13 +571,12 @@
Defines whether to display the "MySQL runtime information",
"MySQL system variables" and "PHP information"
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.
Please note that to block the usage of phpinfo() in scripts, you
- have to put this in your php.ini:
-
- disable_functions = phpinfo()
+ have to put this in your php.ini:
+ disable_functions = phpinfo()
@@ -672,7 +671,7 @@
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
- do?
+ is required or phpMyAdmin sends a blank page or a page full of cryptic
+ characters to my browser, what can I do?
There are some known php bugs with output buffering and compression.
Try to set the $cfgOBGzip directive to FALSE in your
@@ -807,6 +806,7 @@
If your server keeps crashing, please ask for help in the various
Apache support groups.
Using phpMyAdmin on IIS, I'm displayed the error message: "The specified CGI application misbehaved by not returning a complete set of @@ -819,7 +819,7 @@
- How can I GZip or Bzip a dump or a CSV export. It seem to not work?
+ How can I GZip or Bzip a dump or a CSV export. It seems to not work?
These features are based on the gzencode() and
bzcompress() php functions to be more independent of the platform
@@ -845,7 +845,7 @@
File privilege.
+
I'm having troubles when uploading files. In general file uploads don't work on my system and uploaded files have a Content-Type: header in the first line.