php-src/ext/intl/msgformat
George Peter Banyard a579fa807c 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.
2023-09-03 01:02:46 +01:00
..
msgformat.c Allowing catching arg type deprecations in intl classes 2022-03-03 11:26:35 +01:00
msgformat.stub.php Add more specific array return type hints for various extensions - part 2 2021-11-17 10:56:27 +01:00
msgformat_arginfo.h Add more specific array return type hints for various extensions - part 2 2021-11-17 10:56:27 +01:00
msgformat_attr.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
msgformat_class.c Merge branch 'PHP-8.0' 2021-05-17 16:33:44 +02:00
msgformat_class.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
msgformat_data.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
msgformat_data.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
msgformat_format.c Fixed bug GH-12020: intl_get_error_message() broken after MessageFormatter::formatMessage() fails 2023-09-03 01:02:46 +01:00
msgformat_helpers.cpp Merge branch 'PHP-8.0' into PHP-8.1 2022-04-24 12:45:22 +02:00
msgformat_helpers.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
msgformat_parse.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00