Development

#2671 (sfDatabaseSessionStorage: sessionWrite method header)

You must first sign up to be able to contribute.

Ticket #2671 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

sfDatabaseSessionStorage: sessionWrite method header

Reported by: redhat24 Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.1.0 DEV
Keywords: Cc:
Qualification: Unreviewed

Description

I just checked out from the repo 1.1.0-dev, but I'm having difficulties: One of them is:

Declaration of sfMySQLSessionStorage::sessionWrite() must be compatible with that of sfDatabaseSessionStorage::sessionWrite() in

I've checked it, and I realized, that sessionWrite header in the main abstract class (sfDatabaseStorage) is different from the others (sfMySQL... or sfPostgreSQL...) because the $data param is not assigned as reference.

Is it a typo or a bug?

Change History

12/16/07 13:24:54 changed by fabien

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

in r6523