php-src/ext/intl
DanielEScherzer ddd33fd7e4
Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667)
When global constants' or class constants' availability is based on some
preprocessor condition, the generated arginfo header files wrap the
declarations in the preprocessor `#if` conditional blocks, one per declaration,
even if they are in the same conditional block based on comments in the stub
file. Instead of having multiple conditional blocks one after the other with
the same condition, combine them into a single conditional block.
2025-06-22 14:35:28 -07: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 Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07: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 Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07: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 Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07: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 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
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