php-src/ext/intl
Hugh McMaster 20fa2e7b58 ext/intl: Use pkg-config to detect icu
The developers of icu recommend using pkg-config to detect icu,
because icu-config is deprecated.
2018-12-09 16:59:24 +01:00
..
breakiterator Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
calendar Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
collator Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
common Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
converter Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
dateformat Clean up unnecessary ternary expressions and simplify some returns 2018-12-03 01:22:14 +01:00
formatter Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
grapheme Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
idn Simplify buffer management in php_intl_idn_to_46() 2018-09-18 12:46:30 +02:00
locale Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
msgformat Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
normalizer Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
resourcebundle Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
spoofchecker Use ZEND_THIS macro to hide implementation details in extensions code. 2018-11-15 19:54:19 +03:00
tests Merge branch 'PHP-7.3' 2018-10-20 23:05:38 +02:00
timezone Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
transliterator Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT 2018-09-05 13:16:10 +03:00
uchar Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
config.m4 ext/intl: Use pkg-config to detect icu 2018-12-09 16:59:24 +01:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS
ERROR.CONVENTIONS Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
intl_common.h fix extern "C" 2015-04-01 13:18:52 +02:00
intl_convert.c Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
intl_convert.h Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.cpp Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
intl_convertcpp.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
intl_cppshims.h
intl_data.h Fixed bug #74385 Locale::parseLocale() broken with some arguments 2018-05-03 16:34:33 +02:00
intl_error.c Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
intl_error.h Reduce struct size by 8 bytes on 64-bit 2018-02-19 10:12:46 +01:00
php_intl.c Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
php_intl.h Bump intl extension version to PHP release version 2018-06-14 23:35:29 +02:00