On 04/09/2013 01:23 PM, Madara Uchiha wrote: > Well, why would you need to serialize an object in one version of PHP, > and unserialize it in another?
Unfortunately people do that all the time. They store serialized versions of stuff in databases and other backends and even send it across the wire from one machine to another, so it is quite common for something serialized in one version to need to be unserialized in another. -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php