-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
The coding guidelines list 3 different MySQL classes. phpBB only includes 2, at the moment.
http://area51.phpbb.com/docs/coding-guidelines.html#locations
- /includes/db/mysql.php
MySQL Database Abstraction Layer for MySQL 3.x/4.0.x - /includes/db/mysql4.php
MySQL4 Database Abstraction Layer for MySQL 4.1.x/5.x - /includes/db/mysqli.php
MySQLi Database Abstraction Layer