Files
FreshRSS/lib
Craig Andrews aea78f4d99 Call idn_to_ascii with INTL_IDNA_VARIANT_UTS46
Under PHP 7.2, calling `idn_to_ascii($idn)` results in a deprecation warning: 'INTL_IDNA_VARIANT_2003 is deprecated'
See https://secure.php.net/manual/en/function.idn-to-ascii.php 

Therefore, if possible, `idn_to_ascii($idn, 0, INTL_IDNA_VARIANT_UTS46)` should be used instead. `INTL_IDNA_VARIANT_UTS46` was introduced in PHP 5.4, so on versions before that, `idn_to_ascii($idn)` must still be used.

Fixed #1699
2017-12-01 18:42:15 -05:00
..
2017-09-22 12:13:46 +02:00
2017-05-28 02:02:21 +02:00
2017-09-22 12:13:46 +02:00
2016-08-07 20:33:34 +02:00
2013-12-01 16:55:41 +01:00
2017-09-22 12:13:46 +02:00
2016-08-12 18:43:32 +02:00
2013-11-04 23:34:07 +01:00