rfe #1312657 [dbi] Default to mysqli extension.
This commit is contained in:
parent
659ab6eb52
commit
c052954bec
@ -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,
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user