rfe #1312657 [dbi] Default to mysqli extension.

This commit is contained in:
Michal Čihař
2011-03-02 14:19:01 +01:00
parent 659ab6eb52
commit c052954bec
2 changed files with 2 additions and 1 deletions

View File

@@ -143,6 +143,7 @@
- [interface] New default theme pmahomme, dropped darkblue_orange theme.
- rfe #2936155 [auth] Allow to pass additional parameters using signon method.
- rfe #1640812 [auth] Add example for OpenID authentication using signon method.
- rfe #1312657 [dbi] Default to mysqli extension.
3.3.10.0 (not yet released)
- patch #3147400 [structure] Aria table size printed as unknown,

View File

@@ -135,7 +135,7 @@ $cfg['Servers'][$i]['connect_type'] = 'tcp';
*
* @global string $cfg['Servers'][$i]['extension']
*/
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['extension'] = 'mysqli';
/**
* Use compressed protocol for the MySQL connection (requires PHP >= 4.3.0)