#7 closed defect (bug) (fixed)
mysqli support
| Reported by: | isharra | Owned by: | matt |
|---|---|---|---|
| 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 (1)
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
suggested changes "diff -ub db.php.org db-mysqli.php"