History log of /php-src/ext/intl/tests/gh11658.phpt (Results 1 – 2 of 2)
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 ...


# 536dbd74 10-Jul-2023 George Peter Banyard

ext/intl: Fix memory leak in MessageFormatter::format()

Closes GH-11658