History log of /php-src/ext/intl/tests/gh12243.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# f39b5c4c 11-Oct-2023 Ilija Tovilo

Close PHP tags in tests

Closes GH-12422


# f6fae19a 21-Sep-2023 David Carlier

ext/intl: expose dateformat UDAT_PATTERN constant.

Close GH-12258


# 84c4336a 19-Sep-2023 David Carlier

Fix GH-12243, segfault on IntlDateFormatter::construct with dateType set to UDAT_PATTERN but not timeType.

udat_open expects its timeStyle's argument to be set to UDAT_PATTERN
when date

Fix GH-12243, segfault on IntlDateFormatter::construct with dateType set to UDAT_PATTERN but not timeType.

udat_open expects its timeStyle's argument to be set to UDAT_PATTERN
when dateStyle is, regardless if there an actual pattern or not.

Close GH-12245

show more ...