[Tickets #8130] Re: Serialization issues with PHP 5 objects
bugs at horde.org
bugs at horde.org
Tue Mar 31 03:15:00 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8130
------------------------------------------------------------------------------
Ticket | 8130
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Serialization issues with PHP 5 objects
Queue | Horde Base
Version | HEAD
Type | Bug
State | Assigned
Priority | 3. High
Milestone |
Patch |
Owners | Horde Developers
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2009-03-30 23:15) wrote:
Remembered that you can't use base64/json encoding if the data is an
object. Only can use serialize for that.
Verified that doing:
json_encode(serialize($foo))
will correctly save data with null characters.
More information about the bugs
mailing list