Development

#3442 (sfMessageSource_MySQL should not close the DB-Connection)

You must first sign up to be able to contribute.

Ticket #3442 (closed defect: duplicate)

Opened 5 years ago

Last modified 5 years ago

sfMessageSource_MySQL should not close the DB-Connection

Reported by: syeo66 Assigned to: fabien
Priority: minor Milestone:
Component: i18n Version: 1.0.13
Keywords: Cc:
Qualification: Unreviewed

Description

The destruct method does a mysql_close... It probably should not because every other object using the same connection resource loses the connection, too. I ran into this problem by investigating the bug #3277.

Change History

04/30/08 11:17:45 changed by FabianLange

  • status changed from new to closed.
  • resolution set to duplicate.

duplicate of #2499