php-src/ext/intl
Niels Dossche be17e9ed54
Merge branch 'PHP-8.4'
* PHP-8.4:
  Fix handling of references in zval_try_get_long()
2025-06-04 21:00:22 +02: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 Avoid string copies in ext/intl after string conversion (#18636) 2025-05-25 12:29:36 +02:00
common Merge branch 'PHP-8.4' 2025-05-24 14:56:41 +02: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-06-04 21:00:22 +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 Merge branch 'PHP-8.4' 2025-06-01 11:39:03 +02: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 Fix GH-18566: [intl] Weird numeric sort in Collator 2025-05-24 14:57:34 +02: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 Avoid make_printable_zval() in intl collator 2021-06-10 10:12:47 +02:00
intl_convert.c Avoid string copies in ext/intl after string conversion (#18636) 2025-05-25 12:29:36 +02:00
intl_convert.h Avoid string copies in ext/intl after string conversion (#18636) 2025-05-25 12:29:36 +02:00
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 Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
intl_cppshims.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
intl_data.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
intl_error.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
intl_error.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_intl.c Intl: Add IntlListFormatter class 2025-05-18 15:52:20 +01:00
php_intl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
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