You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mrblur
changed the title
IntlDateFormatter crashes (SIGSEGV) when dateType is outside recognized range
IntlDateFormatter crashes (SIGSEGV) when dateType is outside expected range
Sep 19, 2023
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.
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Sep 19, 2023
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.
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.
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
PHP 8.1.22
Operating System
No response
The text was updated successfully, but these errors were encountered: