php-src/ext/intl
DanielEScherzer 5dd0575698
Generated arginfo header files: combine preprocessor conditional blocks (#15736)
When functions' or class methods' 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.
2024-09-04 13:04:22 +02:00
..
breakiterator Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
calendar Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
collator Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
common Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
converter Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
dateformat Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
formatter Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
grapheme Trim trailing whitespace (#14721) 2024-06-29 18:41:45 +02:00
idn Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
locale Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
msgformat Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
normalizer Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
resourcebundle Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
spoofchecker Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
tests [skip ci] Fix typos in XFAIL reasons 2024-08-22 11:48:46 +02:00
timezone Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02:00
transliterator Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
uchar Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
config.m4 Autotools: Normalize PHP_ADD_BUILD_DIR 1st argument (#15612) 2024-08-29 00:44:29 +02:00
config.w32 ICU 75.1 requires C++17 (GH-15678) 2024-08-31 17:01:49 +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 Avoid make_printable_zval() in intl collator 2021-06-10 10:12:47 +02:00
intl_convert.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
intl_convert.h Update http->https in license (#6945) 2021-05-06 12:16:35 +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 Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
php_intl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_intl.stub.php Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
php_intl_arginfo.h Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02:00