diff --git a/ChangeLog b/ChangeLog index 319658a732..3cd0d8f326 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,10 +40,12 @@ phpMyAdmin - ChangeLog + [interface] Improved support for triggers + [interface] Improved server monitoring + AJAX for table Structure column Add ++ AJAX for table Operations copy table 3.4.5.0 (not yet released) - bug #3375325 [interface] Page list in navigation frame looks odd - bug #3313235 [interface] Error div misplaced +- bug #3374802 [interface] Comment on a column breaks inline editing 3.4.4.0 (not yet released) - bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes diff --git a/Documentation.html b/Documentation.html index 26673cbc23..393e5c710d 100644 --- a/Documentation.html +++ b/Documentation.html @@ -699,18 +699,16 @@ since this link provides funding for phpMyAdmin.

mysql : - The classic MySQL extension. This is the recommended and default - method at this time.

+ The classic MySQL extension.

mysqli : The improved MySQL extension. This extension became available - with php 5.0.0 and is the recommended way to connect to a server + with PHP 5.0.0 and is the recommended way to connect to a server running MySQL 4.1.x or newer.
$cfg['Servers'][$i]['compress'] boolean
Whether to use a compressed protocol for the MySQL server connection - or not (experimental).
- This feature requires PHP >= 4.3.0.
+ or not (experimental).
$cfg['Servers'][$i]['controluser'] string
@@ -1839,9 +1837,7 @@ $cfg['TrustedProxies'] =
Specifies whether GD >= 2 is available. If yes it can be used for MIME transformations.
Possible values are: -