php-src/ext/intl
Bogdan Ungureanu 3f75452454
Intl: Add IntlListFormatter class
Allows to format a list of item with
- TYPE_AND/TYPE_OR/TYPE_UNITS operands.
- WIDTH_WIDE, WIDTH_SHORT, WIDTH_NARROW.

close GH-18519
2025-05-18 15:52:20 +01:00
..
breakiterator Merge branch 'PHP-8.3' into PHP-8.4 2025-01-04 17:49:39 +01:00
calendar Use zend_object_alloc() in ext/intl (#17392) 2025-01-07 21:24:24 +01:00
collator Use pre-allocated array sizes and packed where possible in intl 2025-04-20 12:18:15 +02:00
common ext/intl: Call DateTimeInterface::getTimestamp() directly (#17487) 2025-01-19 17:28:36 +00:00
converter Use pre-allocated array sizes and packed where possible in intl 2025-04-20 12:18:15 +02:00
dateformat Merge branch 'PHP-8.4' 2025-04-27 11:33:33 +02:00
formatter Merge branch 'PHP-8.4' 2025-05-01 10:42:30 +02:00
grapheme Avoid potential integer overflow (#18485) 2025-05-02 15:50:24 +02:00
idn Factor out duplicated code 2025-04-20 12:17:50 +02:00
listformatter Intl: Add IntlListFormatter class 2025-05-18 15:52:20 +01:00
locale GH-18344 add Locale::addLikelySubtags/Locale::minimizeSubtags support. (#18487) 2025-05-03 16:20:18 +01:00
msgformat Use pre-allocated array sizes and packed where possible in intl 2025-04-20 12:18:15 +02:00
normalizer Close GH-16659: Bump ICU requirement to ICU >= 57.1 2024-11-14 01:30:48 +01:00
resourcebundle Use pre-allocated array sizes and packed where possible in intl 2025-04-20 12:18:15 +02:00
spoofchecker Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
tests Intl: Add IntlListFormatter class 2025-05-18 15:52:20 +01:00
timezone ext/intl: use RETURN_NEW_STR for intl_get*id_windows_id(). (#18501) 2025-05-04 21:44:39 +01:00
transliterator Update return types of transliterator_get_error_code(), transliterator_get_error_message(), TransLiterator::getErrorCode(), and TransLiterator::getErrorMessage() (#18470) 2025-05-01 10:35:43 +02:00
uchar Close GH-16659: Bump ICU requirement to ICU >= 57.1 2024-11-14 01:30:48 +01:00
config.m4 Intl: Add IntlListFormatter class 2025-05-18 15:52:20 +01:00
config.w32 Intl: Add IntlListFormatter class 2025-05-18 15:52:20 +01:00
CREDITS
ERROR_CONVENTIONS.md
intl_common.h
intl_convert.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
intl_convert.h
intl_convertcpp.cpp ext/intl: intl_CharFromString using zend_string_truncate to adjust th… (#11575) 2023-07-03 16:41:20 +01:00
intl_convertcpp.h
intl_cppshims.h
intl_data.h
intl_error.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
intl_error.h
php_intl.c Intl: Add IntlListFormatter class 2025-05-18 15:52:20 +01:00
php_intl.h
php_intl.stub.php GH-18344 add Locale::addLikelySubtags/Locale::minimizeSubtags support. (#18487) 2025-05-03 16:20:18 +01:00
php_intl_arginfo.h GH-18344 add Locale::addLikelySubtags/Locale::minimizeSubtags support. (#18487) 2025-05-03 16:20:18 +01:00