[wp-trac] Re: [WordPress Trac] #7347: maybe_serialize() should serialize strings that are already serialized

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 18 16:48:53 GMT 2008


#7347: maybe_serialize() should serialize strings that are already serialized
---------------------+------------------------------------------------------
 Reporter:  ryan     |        Owner:  anonymous
     Type:  defect   |       Status:  closed   
 Priority:  normal   |    Milestone:  2.6.1    
Component:  General  |      Version:  2.6      
 Severity:  normal   |   Resolution:  fixed    
 Keywords:           |  
---------------------+------------------------------------------------------
Old 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.

New description:

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

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7347#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list