Changes between Initial Version and Version 1 of Ticket #17445, comment 1
- Timestamp:
- 05/15/2011 02:18:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17445, comment 1
initial v1 2 2 3 3 Next to that I suggest to remove the trim() from is_serialized() as maybe_serialize() does not unserialize on trimmed but on untrimmed data. Technically it does fail on untrimmed data which has been reported as being serialized by is_serialize(). 4 5 Related: #17375