mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() As it is now, `IntlTimeZone`, `IntlCalendar` and `IntlDateFormatter` and some other intl class instances can be serialized, but the representation is meaningless, and unserialization yields uninitialized/ unusable objects. To prevent users from noticing this too late, we deny serialization of such objects in the first place. Closes GH-7945. |
||
---|---|---|
.. | ||
collator.c | ||
collator.h | ||
collator.stub.php | ||
collator_arginfo.h | ||
collator_attr.c | ||
collator_class.c | ||
collator_class.h | ||
collator_compare.c | ||
collator_convert.c | ||
collator_convert.h | ||
collator_create.c | ||
collator_error.c | ||
collator_functions_arginfo.h | ||
collator_is_numeric.c | ||
collator_is_numeric.h | ||
collator_locale.c | ||
collator_sort.c | ||
collator_sort.h |