History log of /PHP-8.1/ext/intl/tests/gh12243.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 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 ...