php-src/ext/intl
2017-10-30 18:21:14 +01:00
..
breakiterator Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
calendar Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
collator Merge branch 'PHP-7.0' into PHP-7.1 2017-09-12 12:13:42 +02:00
common Encapsulate reference-counting primitives. 2017-10-27 01:28:58 +03:00
converter Merge branch 'PHP-7.1' into PHP-7.2 2017-10-19 12:03:19 +01:00
dateformat Merge branch 'PHP-7.2' 2017-10-16 19:09:13 +08:00
doc
formatter Remove superfluous checks of register_internal_class retval 2017-08-25 22:08:59 +02:00
grapheme Fix bug #73634 - grapheme_strpos illegal memory access 2017-06-20 13:29:57 -07:00
idn Deprecate INTL_IDNA_VARIANT_2003 2017-01-31 12:16:29 +01:00
locale Merge branch 'PHP-7.0' into PHP-7.1 2017-04-17 07:58:22 +01:00
msgformat Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
normalizer Fixed bug #74433 Wrong reflection on the Normalizer methods 2017-04-13 13:21:05 +01:00
resourcebundle Remove superfluous checks of register_internal_class retval 2017-08-25 22:08:59 +02:00
spoofchecker Proper ICU version check for restriction levels availability 2017-10-30 18:21:14 +01:00
tests Add tests for UConverter::getStandards() 2017-10-28 14:03:05 +02:00
timezone Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
transliterator Encapsulate reference-counting primitives. 2017-10-27 01:28:58 +03:00
uchar Merge branch 'PHP-7.0' into PHP-7.1 2017-10-25 20:59:51 +01:00
config.m4 Fix #73956 Link use CC instead of CXX 2017-01-18 13:00:49 +01:00
config.w32 make config.w32 compatible with ICU 58 2016-10-26 13:05:03 +02:00
CREDITS
ERROR.CONVENTIONS Remove TSRMLS_* from docs as it's not used anymore 2016-02-17 22:36:01 -08:00
intl_common.h
intl_convert.c Compilation warning fix 2016-12-12 23:25:40 -08:00
intl_convert.h Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.cpp Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.h change the inclusion order which fixes the vc build 2015-07-01 15:21:34 +02:00
intl_cppshims.h
intl_data.h Added function to check error and return null if error is set. 2016-04-08 12:31:19 +02:00
intl_error.c Switch position of ce in exception ce variable names 2015-07-03 09:45:03 -05:00
intl_error.h
php_intl.c Add TZ and Unicode versions to intl MINFO 2017-10-21 16:17:31 +02:00
php_intl.h Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
TODO