diff --git a/Documentation.html b/Documentation.html index 042fa61eb..9419b8d18 100755 --- a/Documentation.html +++ b/Documentation.html @@ -106,6 +106,7 @@
  • transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link or ...
  • support InnoDB tables and foreign keys (see FAQ 3.6)
  • +
  • support mysqli, the improved MySQL extension (see FAQ 1.17)
  • communicate in 47 different languages @@ -397,7 +398,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
    If at least one server configuration uses 'cookie' auth_type, enter here a passphrase of your choice that will be used by blowfish. - +
    $cfg['Servers'] array
    @@ -1071,7 +1072,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' mydatabase" will be rejected. Quite practical for ISP's with many customers.

    -
    +
    $cfg['Confirm'] boolean
    @@ -2426,16 +2427,11 @@ To create a new, empty mimetype please see libraries/transformations/template_ge means that although you can assign character sets to a table or field, phpMyAdmin will not recode the data when inserting or extracting it. Instead, it will still use the character set you specified for the MySQL - onnection.
    + connection. Also the new improved MySQL extension (mysqli) that comes with php 5.0 is experimentally supported.
    When compiling php, we strongly recommend that you manually link the MySQL extension to a MySQL client library of at least the same minor version since the one that is bundled with current php distributions is rather old - and might cause problems (see also FAQ 1.17a). -
    - Also, we do not yet support the improved MySQL extension (mysqli) that - comes with php 5. For the moment, the old MySQL extension should also - work fine here, if compiled correctly. -
    + and might cause problems (see also FAQ 1.17a).
    MySQL 5.1 is not yet supported.

    @@ -3873,7 +3869,7 @@ CREDITS, in chronological order - Mike Cochrane <mike_at_graftonhall.co.nz> * blowfish library from the Horde project -- Marcel Tschopp +- Marcel Tschopp <ne0x_at_users.sourceforge.net> * mysqli support * many bugfixes and improvements