php-src/ext/intl
Christoph M. Becker 01912f93c3 Change default of $variant param of idn_to_ascii() and idn_to_utf8()
According to the “Deprecate and remove INTL_IDNA_VARIANT_2003” RFC[1],
we change the default of the $variant parameter of `idn_to_ascii()` and
`idn_to_utf8()` from `INTL_IDNA_VARIANT_2003` to
`INTL_IDNA_VARIANT_UTS46`.

[1] <https://wiki.php.net/rfc/deprecate-and-remove-intl_idna_variant_2003>
2018-09-15 14:41:30 +02:00
..
breakiterator Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
collator Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT 2018-09-05 13:16:10 +03:00
common Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
converter Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
dateformat Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
formatter Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT 2018-09-05 13:16:10 +03:00
grapheme Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
idn Change default of $variant param of idn_to_ascii() and idn_to_utf8() 2018-09-15 14:41:30 +02:00
locale Fix some misspellings 2018-08-12 16:15:45 +02:00
msgformat Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
normalizer Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
resourcebundle Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT 2018-09-05 13:16:10 +03:00
spoofchecker Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT 2018-09-05 13:16:10 +03:00
tests Change default of $variant param of idn_to_ascii() and idn_to_utf8() 2018-09-15 14:41:30 +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 Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
config.m4 Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS Remove executable bit from files 2012-07-30 10:25:17 +02:00
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 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 s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
intl_data.h Fixed bug #74385 Locale::parseLocale() broken with some arguments 2018-05-03 16:34:33 +02:00
intl_error.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03: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