Make WordPress Core

Opened 16 years ago

Last modified 15 years ago

#7347 closed defect (bug)

maybe_serialize() should serialize strings that are already serialized — at Initial Version

Reported by: ryan's profile ryan Owned by:
Milestone: 2.6.1 Priority: normal
Severity: normal Version: 2.6
Component: General Keywords:
Focuses: Cc:

Description

[8100] changed the behavior of maybe_serialize(). Instead of serializing an already serialized string, the string was returned as is. The broke plugins that passed serialized data to update_option()/get_option() and expecting it to come back serialized. Instead it came back unserialized.

Change History (0)

Note: See TracTickets for help on using tickets.