On Sat, Sep 10, 2011 at 9:13 AM, Daniel Friesen lists@nadir-seen-fire.com wrote:
Here's another kick:
- Using JSON in php, when you decode what you encoded you don't always
get the same thing back (serialize you of course do)
Even serialize() doesn't round-trip cleanly in certain cases: https://bugs.php.net/bug.php?id=55495
Roan Kattouw (Catrope)