php-src/ext/intl
Peter Kokot 6857c7c8d6
Autotools: Expand m4_normalize sooner (#15018)
Quoted m4_normalize will expand and change its argument later in the
macro call when M4 is processing the *.m4 sources. Without quotes the
already normalized string is passed to the macro directly. In these
specific cases generated configure script is the same. This is more for
consistency to have this synced and not repeat the pattern too much
in the future when copy/pasting. Note, that many AC_* macros require
similar behavior already (for example, AC_CHECK_FUNCS.)
2024-07-19 15:20:04 +02:00
..
breakiterator ext/intl last chunk of fast ZPP conversion (#14431) 2024-06-02 10:19:38 +01:00
calendar ext/intl: calendar/locale use fast ZPP. (#14425) 2024-06-02 08:47:08 +01:00
collator Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
common Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
converter Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
dateformat Update http links to https and sync www.php.net URLs (#14854) 2024-07-07 04:23:08 +02:00
formatter Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
grapheme Trim trailing whitespace (#14721) 2024-06-29 18:41:45 +02:00
idn Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
locale Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
msgformat Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
normalizer Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
resourcebundle ext/intl last chunk of fast ZPP conversion (#14431) 2024-06-02 10:19:38 +01:00
spoofchecker Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
tests Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
timezone ext/intl: timezone using fast ZPP and fixing SpoofChecker (#14415) 2024-06-01 19:16:03 +01:00
transliterator Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
uchar ext/int: UChar using fast ZPP (#14420) 2024-06-01 21:50:07 +01:00
config.m4 Autotools: Expand m4_normalize sooner (#15018) 2024-07-19 15:20:04 +02:00
config.w32 Remove unsynced and unused HAVE_<extension> defines (#14233) 2024-05-18 14:10:47 +02: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 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 Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00