php-src/ext/intl
Christoph M. Becker 76e249d31c Partially fix #72506: idn_to_ascii for UTS #46 incorrect for long domain names
We don't actually fix this issue wrt. the empty $info array, because it is
not clear what this array should contain and we're concerned about the
potential BC break, but at least we fix the inconsistent handling of
resulting domains with 255 bytes (which raise an error), and longer domains
(which just return FALSE), what has to be considered a very minor BC break
if at all.
2016-07-12 14:47:14 +02:00
..
breakiterator Remove compilation warning "warning: no newline at end of file" 2013-08-20 11:04:26 -07:00
calendar Reduce (some more) compile noise of 'unused variable' and 'may be used 2013-08-19 17:17:54 -07:00
collator fix typo 2014-11-30 17:09:53 -08:00
common Add support for non-scalar Iterator keys in foreach 2013-03-12 17:27:31 +01:00
converter Fix bug #66873: check if obj->src is set 2014-03-17 01:19:02 -07:00
dateformat fix argument type & remove warning 2013-10-20 22:59:07 -07:00
doc Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
formatter Merge branch 'PHP-5.4' into PHP-5.5 2014-07-07 00:37:59 -07:00
grapheme Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative offset 2016-04-24 13:15:17 -07:00
idn Partially fix #72506: idn_to_ascii for UTS #46 incorrect for long domain names 2016-07-12 14:47:14 +02:00
locale Fix bug #72241: get_icu_value_internal out-of-bounds read 2016-05-22 17:49:02 -07:00
msgformat Fixed bug #70484 selectordinal doesn't work with named parameters 2016-06-02 12:17:42 +02:00
normalizer Merge branch '5.3' into 5.4 2012-07-30 10:31:10 +02:00
resourcebundle Merge branch 'PHP-5.4' into PHP-5.5 2013-08-22 09:06:43 -07:00
spoofchecker Fixed defective cloning in ext/intl classes 2012-08-26 23:42:13 +02:00
tests Partially fix #72506: idn_to_ascii for UTS #46 incorrect for long domain names 2016-07-12 14:47:14 +02:00
timezone Fixed cloning in ext/intl classes; master specific 2012-08-26 23:44:54 +02:00
transliterator fix bug #49348 - issue notice on get_property_ptr_ptr when used for read 2013-02-18 20:56:02 -08:00
config.m4 Add UConverter class (ICU's UConverter API) 2013-01-29 19:05:14 +01:00
config.w32 added appropriate exception handling flag to ext\intl 2014-01-17 11:03:40 +01:00
CREDITS Remove executable bit from files 2012-07-30 10:25:17 +02:00
ERROR.CONVENTIONS Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
intl_common.h Remove executable bit from files 2012-07-30 10:25:17 +02:00
intl_convert.c Merge branch '5.3' into 5.4 2012-07-30 10:31:10 +02:00
intl_convert.h Remove executable bit from files 2012-07-30 10:25:17 +02:00
intl_convertcpp.cpp DateFormat plays nice with Calendar, TimeZone 2012-06-04 00:01:48 +02:00
intl_convertcpp.h Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
intl_cppshims.h Fix compile warning "intl_cppshims.h:34:7: warning: no newline at end of file" 2013-08-20 10:55:10 -07:00
intl_data.h Revert "Suppress compliation warning "warning: passing argument 1 of ‘_efree’ discards qualifiers from pointer target type"" 2013-08-22 08:58:35 -07:00
intl_error.c Merge branch '5.4' 2012-07-30 11:04:48 +02:00
intl_error.h Merge branch '5.4' 2012-07-30 11:04:48 +02:00
php_intl.c Fix bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone 2014-07-07 00:48:44 -07:00
php_intl.h Merge branch '5.4' 2012-07-30 11:04:48 +02:00
TODO Remove executable bit from files 2012-07-30 10:25:17 +02:00