php-src/ext/intl
2022-05-27 10:55:40 +01:00
..
breakiterator Merge branch 'PHP-7.4' into PHP-8.0 2021-11-02 16:15:25 +01:00
calendar Backport some intl stub changes from master 2021-07-14 11:55:12 +02:00
collator Use true/false instead of TRUE/FALSE in intl 2020-11-09 14:44:11 +01:00
common Merge branch 'PHP-7.4' into PHP-8.0 2021-02-17 17:30:47 +01:00
converter Fix return type of UConverter::fromUCallback() and UConverter::toUCallback() 2021-05-07 15:21:58 +02:00
dateformat Fixed bug #81019 2021-05-17 16:33:35 +02:00
formatter Fixed bug #81019 2021-05-17 16:33:35 +02:00
grapheme Merge branch 'PHP-7.4' into PHP-8.0 2021-07-05 18:15:24 +02:00
idn Fix default value of $flags in idn_to_ascii() and idn_to_utf8() 2021-09-04 16:42:28 +02:00
locale Merge branch 'PHP-7.4' into PHP-8.0 2021-11-02 16:15:25 +01:00
msgformat Fix GH-8364: msgfmt_format $values may not support references 2022-04-24 12:43:08 +02:00
normalizer Use true/false instead of TRUE/FALSE in intl 2020-11-09 14:44:11 +01:00
resourcebundle Fixed bug #80644: ResourceBundle::get() doesn't reset error state 2021-01-19 15:20:55 +01:00
spoofchecker Improve parameter names in ext/intl 2020-10-12 18:06:45 +02:00
tests Remove trailing whitespace from test 2022-05-27 10:55:40 +01:00
timezone Merge branch 'PHP-7.4' into PHP-8.0 2021-06-28 13:55:56 +02:00
transliterator Improve parameter names in ext/intl 2020-10-12 18:06:45 +02:00
uchar Initialize int_codepoint in parse_code_point_param() 2022-02-16 19:01:44 +01:00
config.m4 Fix GH-8142: Compilation error on cygwin 2022-03-04 16:20:39 +01:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS
ERROR_CONVENTIONS.md Use RETURN_THROWS() during ZPP in most of the extensions 2019-12-31 11:46:11 +01:00
intl_common.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
intl_convert.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
intl_convert.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
intl_convertcpp.cpp Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
intl_convertcpp.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
intl_cppshims.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
intl_data.h Add more precise type info for stubs 2020-09-01 16:35:56 +02:00
intl_error.c Fix a few comments 2020-07-06 21:23:35 +02:00
intl_error.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_intl_arginfo.h Fix default value of $flags in idn_to_ascii() and idn_to_utf8() 2021-09-04 16:42:28 +02:00
php_intl.c Validate collator earlier during sort 2020-07-24 11:58:10 +02:00
php_intl.h Validate collator earlier during sort 2020-07-24 11:58:10 +02:00
php_intl.stub.php Fix default value of $flags in idn_to_ascii() and idn_to_utf8() 2021-09-04 16:42:28 +02:00