History log of /PHP-8.2/ext/date/tests/bug70153.phpt (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cae1d4ad 22-Apr-2022 Derick Rethans

Add support for serialising all DateInterval objects


# c8a6a8ab 22-Apr-2022 Derick Rethans

Rename have_special_relative to from_string, fix serialisation constraint, and reorder fields


# f4e5010a 15-Apr-2022 Derick Rethans

Show the 'have_special_relative' property in var_dumps, and disallow serialization if set


# 3be8b5f5 14-Apr-2022 Derick Rethans

Remove fake properties from DateInterval


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2
# d2cde0bf 16-Sep-2019 m.yakunin

Fix #70153 \DateInterval incorrectly unserialized

Added a separate macro for reading 'days' property, so that bool(false)
is correctly converted to the proper internal representation.