The branch, master has been updated via c052954becf39f564b66047fc39cab35e2d0ebac (commit) from 659ab6eb522ce03155c5bac5bef4310dc369616c (commit)
- Log ----------------------------------------------------------------- commit c052954becf39f564b66047fc39cab35e2d0ebac Author: Michal Čihař mcihar@novell.com Date: Wed Mar 2 14:19:01 2011 +0100
rfe #1312657 [dbi] Default to mysqli extension.
-----------------------------------------------------------------------
Summary of changes: ChangeLog | 1 + libraries/config.default.php | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 29dafd6..bf03902 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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, diff --git a/libraries/config.default.php b/libraries/config.default.php index cd219d6..d47b705 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -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)
hooks/post-receive