php-src/ext/intl
Anatol Belski f95063647c Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream changes
There are significant changes in the spoof checking reflecting
http://www.unicode.org/reports/tr39/tr39-15.html and relying on the
restriction levels. ICU 58+ removes WSC and MSC handling and otherwise
undergoes big changes in both code and data areas. Keep up with the
basic points for now, as we need to move forward and provide an
acceptable experience to PHP users linking to a newer ICU. The most
distros ATM don't provide ICU > 57.1, though. We'll need for sure to
keep up with the BC breach in ICU 58+ in possible further aspects.
2017-10-20 19:23:32 +02:00
..
breakiterator More string length checks & fixes 2016-11-03 21:35:09 -07:00
calendar Fixed bug #75090 2017-08-25 22:02:19 +02:00
collator Fixed bug #75193 segfault in collator_convert_object_to_string 2017-09-12 12:12:06 +02:00
common Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
converter Fixed #75317 - UConverter::setDestinationEncoding changes source instead of destinatination 2017-10-19 12:02:22 +01:00
dateformat fix version macro to check 2016-04-11 15:01:22 +02:00
doc Remove datefmt_set_timezone_id and OO variant 2015-04-01 12:34:28 +02:00
formatter Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
grapheme Fix bug #73634 - grapheme_strpos illegal memory access 2017-06-20 13:29:57 -07:00
idn Merge branch 'PHP-5.6' into PHP-7.0 2016-07-12 14:52:23 +02:00
locale Fixed bug #74439 Wrong reflection on the Locale methods 2017-04-17 07:56:47 +01:00
msgformat Fixed bug #73473: Stack Buffer Overflow in msgfmt_parse_message 2017-06-03 00:05:16 +02:00
normalizer Fixed bug #74433 Wrong reflection on the Normalizer methods 2017-04-13 13:21:05 +01:00
resourcebundle Bug #73218: add mitigation for ICU int overflow 2016-10-12 13:22:51 +02:00
spoofchecker Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream changes 2017-10-20 19:23:32 +02:00
tests Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream changes 2017-10-20 19:23:32 +02:00
timezone Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
transliterator Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
uchar fix double free 2016-08-29 18:56:25 +02: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 fix extern "C" 2015-04-01 13:18:52 +02:00
intl_convert.c More string length checks & fixes 2016-11-03 21:35:09 -07: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 s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
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 Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
php_intl.c Bugfix #74993 Wrong reflection param into for some intl: lookup_*() methods 2017-07-26 18:55:23 -04:00
php_intl.h Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
TODO