mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/
- acp changes git-svn-id: file:///svn/phpbb/trunk@5313 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -20,7 +20,8 @@ if (!defined('SQL_LAYER'))
|
||||
/**
|
||||
* @package dbal
|
||||
* MySQLi Database Abstraction Layer
|
||||
* Minimum Requirement is MySQL 4.1+ and the mysqli-extension
|
||||
* mysqli-extension has to be compiled with:
|
||||
* MySQL 4.1+ or MySQL 5.0+
|
||||
*/
|
||||
class dbal_mysqli extends dbal
|
||||
{
|
||||
|
Reference in New Issue
Block a user