Skip to:
Content

bbPress.org

Opened 20 years ago

Closed 20 years ago

Last modified 16 months ago

#7 closed defect (bug) (fixed)

mysqli support

Reported by: isharra's profile isharra Owned by: matt's profile matt
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)

db-mysqli.php.diff (2.9 KB) - added by ishhara 20 years ago.
suggested changes "diff -ub db.php.org db-mysqli.php"

Download all attachments as: .zip

Change History (2)

@ishhara
20 years ago

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

#1 @matt
20 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In [33], thanks for the patch.

Note: See TracTickets for help on using tickets.