php-src/ext/intl
2025-08-05 19:09:37 +01:00
..
breakiterator ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
calendar Fixed GH-19163 fix ext/intl build on midly older compilers but still supporting C++11. (#19353) 2025-08-05 19:09:37 +01:00
collator ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
common ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
converter ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
dateformat Fixed GH-19163 fix ext/intl build on midly older compilers but still supporting C++11. (#19353) 2025-08-05 19:09:37 +01:00
formatter ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
grapheme ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
idn Fix #19307: PGO builds of shared ext-intl are broken 2025-07-30 18:33:40 +02:00
listformatter ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
locale ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
msgformat ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
normalizer ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
resourcebundle ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
spoofchecker ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
tests ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
timezone Fixed GH-19163 fix ext/intl build on midly older compilers but still supporting C++11. (#19353) 2025-08-05 19:09:37 +01:00
transliterator ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
uchar ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
config.m4 ext/intl: convert C part to C++ step 1. (#19231) 2025-07-29 20:22:19 +01:00
config.w32 ext/intl: convert C part to C++ step 1. (#19231) 2025-07-29 20:22:19 +01: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 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 ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
intl_error.c ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01:00
intl_error.h ext/intl: Refactor error handling (#19196) 2025-07-30 16:00:37 +01: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 Arginfo: avoid using temporary zvals for initializing attribute values (#19141) 2025-07-21 13:33:51 -07:00