Skip to:
Content

bbPress.org

Opened 22 years ago

Closed 22 years ago

Last modified 3 years ago

#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)

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

Download all attachments as: .zip

Change History (2)

@ishhara
22 years ago

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

#1 @matt
22 years ago

  • Resolutionfixed
  • Status newclosed

In [33], thanks for the patch.

Note: See TracTickets for help on using tickets.