1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 06:32:49 +02:00
Files
archived-php-src/ext
Nicolas Grekas 73d02c3b3e Fix bug #79447
Partially reverts 846b647953: instead of
throwing, this skips uninitialized typed properties when serializing objects.

This makes serialize with __sleep() behave the same as serialize()
without __sleep().

As in the non-__sleep() case, unserialize(serialize($x)) identity
may not be preserved due to replacement of uninitialized/unset
properties with default values. Fixing this will require changes to
the serialization format.

Closes GH-5396.
2020-04-23 10:30:33 +02:00
..
2019-12-16 10:32:49 -08:00
2019-09-04 08:53:35 +02:00
2020-04-16 11:56:21 +02:00
2020-03-12 11:27:45 +01:00
2020-01-03 18:51:07 +01:00
2020-04-08 10:36:57 +02:00
2020-04-16 12:18:41 +02:00
2020-01-06 10:38:22 +01:00
2020-02-03 13:41:31 +01:00
2020-03-23 14:13:42 +01:00
2019-10-19 19:19:28 +02:00
2020-04-08 09:41:14 +02:00
2019-08-28 17:58:35 +02:00
2019-12-20 11:02:57 +01:00
2020-04-22 15:02:08 +02:00
2019-09-30 17:51:41 +02:00
2019-09-09 14:24:26 +02:00
2020-02-03 13:41:31 +01:00
2020-02-03 13:41:31 +01:00
2020-04-22 15:08:50 +02:00
2020-03-30 08:57:49 +02:00
2020-03-09 15:01:31 +01:00
2020-04-20 16:35:52 +02:00
2020-02-24 12:41:24 +01:00
2020-04-23 10:30:33 +02:00
2020-01-30 13:06:25 +01:00
2020-01-14 16:46:58 +01:00
2020-03-29 14:23:03 +02:00
2019-09-04 08:53:35 +02:00
2020-02-03 13:41:31 +01:00