mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
Merge remote-tracking branch 'p/ticket/11293' into develop-olympus
* p/ticket/11293: [ticket/11293] Add a note that mysqli should be in front of mysql.
This commit is contained in:
commit
cbe91e5b50
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ function get_available_dbms($dbms = false, $return_unavailable = false, $only_20
|
||||||
'AVAILABLE' => true,
|
'AVAILABLE' => true,
|
||||||
'2.0.x' => false,
|
'2.0.x' => false,
|
||||||
),
|
),
|
||||||
|
// Note: php 5.5 alpha 2 deprecated mysql.
|
||||||
|
// Keep mysqli before mysql in this list.
|
||||||
'mysqli' => array(
|
'mysqli' => array(
|
||||||
'LABEL' => 'MySQL with MySQLi Extension',
|
'LABEL' => 'MySQL with MySQLi Extension',
|
||||||
'SCHEMA' => 'mysql_41',
|
'SCHEMA' => 'mysql_41',
|
||||||
|
|
Loading…
Add table
Reference in a new issue