Opened 6 years ago

Closed 5 years ago

#757 closed defect (fixed)

Make MySQL default instead of MySQLi

Reported by: sambauers Owned by: sambauers
Priority: normal Milestone: 0.9
Component: Back-end Version: 1.0-rc-2
Severity: normal Keywords: has-patch
Cc:

Description

Patch added for review.

Only issue is the movement of the MySQL extension checks down to after the constant definitions. Actually stops double checks on those extensions though.

Attachments (1)

mysql_default.diff (1.1 KB) - added by sambauers 6 years ago.

Download all attachments as: .zip

Change History (3)

  • Status changed from new to assigned

The MySQLi support is almost identical to the MySQL support. There is no advantage to using MySQLi over MySQL.

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

(In [960]) Make mysql default instead of mysqli. Fixes #757

Note: See TracTickets for help on using tickets.