Ticket #7 (closed defect: fixed)
mysqli support
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Back-end | Version: | 0.1 |
| Severity: | enhancement | Keywords: | |
| Cc: |
Description
Adding in case this helps anyone else: I needed mysqli connection to the mysql database.
I copied bb-includes/db.php to bb-includes/db-mysqli.php then made changes to it. diff to be attached.
I editing bb-settings.php (this should be handled otherwise if multiple database support is merged in core) line 6: if ( !extension_loaded('mysqli') ) line 17: require( BBPATH . '/bb-includes/db-mysqli.php');
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

suggested changes "diff -ub db.php.org db-mysqli.php"