commit | 5306cad2e40596a3a6fcac787e54689a7095e769 | [log] [tgz] |
---|---|---|
author | Jordan Eldredge <jordaneldredge@gmail.com> | Mon Dec 23 11:10:51 2013 -0800 |
committer | Jordan Eldredge <jordaneldredge@gmail.com> | Mon Dec 23 11:10:51 2013 -0800 |
tree | ddd9065b1f79180e65423d71fa5b5348e988b413 | |
parent | 5d6b9c597a9870f55a65bcfcb301d19d83447078 [diff] |
Remove _serialize() and _unserialize() methods Since removing the unneeded manual escaping code, there is no-longer any reason to have the serialization functions abstracted. This also allows us to only suppress errors when unserializing cookie data, and only trim when we are unserializing database data (see commit 6b8312).