diff --git a/Documentation.html b/Documentation.html
index 3abe516e3..5e5c8c479 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -79,7 +79,7 @@
- - Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/ ]
+ - Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/ ]
- Local documents:
- Version history: ChangeLog
@@ -1133,8 +1133,12 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
I cannot upload big dump files.
- The first thing to check (or ask your host provider to check) is the
- value of upload_max_filesize in php.ini.
+ The first things to check (or ask your host provider to check) are the
+ values of upload_max_filesize, memory_limit and
+ post_max_size in the php.ini configuration file.
+
+ All of these three settings limit the maximum size of data that can be
+ submitted and handled by php.
@@ -1460,8 +1464,8 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
existing language, where do I start?
Always use the current cvs version of your language file.
- For a new language, start from english.inc.php3. If you don't know
- how to get the cvs version, please ask one of the developers.
+ For a new language, start from english.inc.php3. If you don't know how to
+ get the cvs version, please ask one of the developers.
You can then put your translations, as a zip file to avoid losing special
characters, on the sourceforge.net translation tracker.
@@ -1539,7 +1543,7 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
it free from other code.
Commonly used functions should be added to
- libraries/lib.inc.php3 and more specific ones may be added
+ libraries/common.lib.php3 and more specific ones may be added
within a library stored into the libraries sub-directory.
-