#7 closed defect (bug) (fixed)
mysqli support
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | lowest | |
Severity: | enhancement | Version: | 0.1 |
Component: | Back-end | 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 (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
suggested changes "diff -ub db.php.org db-mysqli.php"