Re: [PHP-DEV] DateTimeZone Serialize/Unserialize

2012-09-25 Thread Stas Malyshev
Hi! > object. When running `make test` I found that we already have a test for > the serialize/unserialize of DateTimeZone. The test checks that we are > _not_ able to serialize/unserialize the DateTimeZone object: > https://github.com/php/php-src/blob/PHP-5.4/ext/date/tests/DateTimeZone_serialize

[PHP-DEV] DateTimeZone Serialize/Unserialize

2012-09-25 Thread Lonny Kapelushnik
Morning! I was creating a patch to allow serialize/unserialize of the DateTimeZone object. When running `make test` I found that we already have a test for the serialize/unserialize of DateTimeZone. The test checks that we are _not_ able to serialize/unserialize the DateTimeZone object: https://gi