WordPress.org

Make WordPress Core

Opened 5 years ago

Last modified 4 years ago

#7347 closed defect (bug)

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

Reported by: ryan Owned by: anonymous
Priority: normal Milestone: 2.6.1
Component: General Version: 2.6
Severity: normal Keywords:
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.