diff --git a/Documentation.html b/Documentation.html index 5034c483e..77758e2cd 100644 --- a/Documentation.html +++ b/Documentation.html @@ -172,12 +172,12 @@
$cfg['TrustedProxies'] = array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR');- The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the + The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the client's IP address as usual.
SELECT COUNT ... LIMIT
. The default value of 0 bypasses
+ a SELECT COUNT ... LIMIT
. The default value of 0 bypasses
any row counting.
These features are based on the gzencode() and bzcompress()
PHP functions to be more independent of the platform (Unix/Windows, Safe Mode
- or not, and so on). So, you must have PHP4 >= 4.0.4 and Zlib/Bzip2
+ or not, and so on). So, you must have PHP4 >= 4.0.4 and Zlib/Bzip2
support (--with-zlib and --with-bz2).
We faced PHP crashes when trying to download a dump with MS Internet
Explorer when phpMyAdmin is run with a release candidate of PHP 4.2.0. In
@@ -2513,8 +2514,8 @@ $cfg['TrustedProxies'] =
1.17 Which MySQL versions does phpMyAdmin
support?
-
In phpMyAdmin 3.0.x, versions starting with MySQL 5.0.1 are -fully supported. phpMyAdmin may connect to your MySQL server +
In phpMyAdmin 3.0.x, versions starting with MySQL 5.0.1 are +fully supported. phpMyAdmin may connect to your MySQL server using PHP's classic MySQL extension as well as the improved MySQL extension (MySQLi) that @@ -2533,7 +2534,7 @@ using PHP's classic php Win32 builds.
This has been a known limitation of phpMyAdmin since the beginning and it's not likely to be solved in the future. @@ -3248,7 +3249,7 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array( while a domain name is defined in the config file.
When starting phpMyAdmin, you can use the db, pma_username, pma_password and server parameters. This last one can contain either the numeric host index (from $i of the configuration file) or one of the host names present in the configuration file. Using pma_username and pma_password has been tested along with the usage of 'cookie' auth_type.
@@ -4335,7 +4336,7 @@ Original Credits of Version 2.1.0 applications.