History log of /PHP-8.2/ext/intl/tests/gh12020.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a579fa80 02-Sep-2023 George Peter Banyard

Fixed bug GH-12020: intl_get_error_message() broken after MessageFormatter::formatMessage() fails

Passing NULL as the pointer to intl_error* will use the global error stack.
This is what

Fixed bug GH-12020: intl_get_error_message() broken after MessageFormatter::formatMessage() fails

Passing NULL as the pointer to intl_error* will use the global error stack.
This is what we need to do instead of pushing it onto the temporary format object that is released.

show more ...