php-src/ext/intl
Calvin Buckley 4e21a26db2
Fix check for newer versions of ICU (#14186)
* Fix check for newer versions of ICU

The previous test would always trigger, even if the version of ICU
installed didn't require C++17. This was because it incorrectly used
the `test` program, which broke the build on systems without a C++17
compiler.

Tested with macOS 14 and i 7.2.

* Fix broken ICU version check for definition

Same as the previous fix for C++17.

---------

Co-authored-by: Peter Kokot <peterkokot@gmail.com>
2024-05-10 14:20:17 -03:00
..
breakiterator Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
calendar Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
collator Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
common Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
converter Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
dateformat ext/intl: fix bug introduced by 5455c3f 2024-01-03 17:33:27 +00:00
formatter Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
grapheme Declare ext/intl constants in stubs - part 14 (#9387) 2022-08-22 13:20:26 +02:00
idn Declare ext/intl constants in stubs - part 14 (#9387) 2022-08-22 13:20:26 +02:00
locale Improve string class constant code generation (#9577) 2022-09-26 23:12:34 +02:00
msgformat Merge branch 'PHP-8.1' into PHP-8.2 2023-09-03 01:04:06 +01:00
normalizer Declare ext/intl constants in stubs - part 5 (#9267) 2022-08-08 12:00:10 +02:00
resourcebundle Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
spoofchecker Merge branch 'PHP-8.1' into PHP-8.2 2023-02-21 21:03:28 +00:00
tests Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
timezone Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
transliterator Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
uchar Improve string class constant code generation (#9577) 2022-09-26 23:12:34 +02:00
config.m4 Fix check for newer versions of ICU (#14186) 2024-05-10 14:20:17 -03:00
config.w32 Declare ext/intl constants in stubs - part 7 (#9269) 2022-08-08 14:24:22 +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 Fix 'can not' in test data and in code comments 2021-10-05 09:51:58 +01:00
intl_convert.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
intl_convertcpp.cpp Update http->https in license (#6945) 2021-05-06 12:16:35 +02: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 Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
intl_error.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_intl.c Merge branch 'PHP-8.1' into PHP-8.2 2023-04-18 11:04:54 +02:00
php_intl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_intl.stub.php Declare ext/intl constants in stubs - part 14 (#9387) 2022-08-22 13:20:26 +02:00
php_intl_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00