Hi Stas, On Mon, 2013-06-10 at 10:54 -0700, Stas Malyshev wrote: > Hi! > > > Stas, Johannes? We have to fix this crash, in one way or another. The > > current patch is good imo. > > I'm ok with this in 5.4 but I'd really like to fix the var_dump issue if > possible.
I've reworked the patch before applying to 5.3 and 5.4 as it was suggested by Derick and Etienne. Also fixed the same for 5.5. Just pushed that and doing one more test round. All the properties are exported as int now, so that's the same in all the branches. With not portable I meant - for instance the 'days' property is long in the userspace, but is 64 bit internally. That means occasionally an overflow might happen. That's why the idea was to serialize it as a string, so it could work across platforms. Regards Anatol -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php