Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99029 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53813 invoked from network); 14 May 2017 07:42:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2017 07:42:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.221 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.221 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.221] ([81.169.146.221:16180] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/02-15531-C4A08195 for ; Sun, 14 May 2017 03:42:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1494747720; l=3414; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=9qfO7IxTtypjMZkLyDfGmKNHptlZO7SvVoURkThWuqA=; b=hVq5llnJeCgrQ+RuRKzefPppjV06Dq36CVzH8zxKnXFzlGnDWk0SIGwu1LWzMU5T5k rP7q7YSFOzNsFh5HMMPbE5lnGtJoJtsjw+mHdA9lZpsjvQHgxupsPV/XWVZK1RbB593Z p6n0S3KAfJSy7QVT+8FapqT6GQUaGdIgmyFR4= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLDup6E67mzuoNHBqT73Q== X-RZG-CLASS-ID: mo00 Received: by mail-oi0-f53.google.com with SMTP id b204so103092242oii.1 for ; Sun, 14 May 2017 00:42:00 -0700 (PDT) X-Gm-Message-State: AODbwcAR42dJ0WGJr/O+WIK/BSKa5uQvxPQAUWnQa+MekyVDcuX2Wctf OOfA0Ku19AmfT/KchJsjLddfySxMMA== X-Received: by 10.157.29.235 with SMTP id w40mr157447otw.128.1494747719911; Sun, 14 May 2017 00:41:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.156.142 with HTTP; Sun, 14 May 2017 00:41:59 -0700 (PDT) In-Reply-To: References: <2d0b0b51-bb28-89ea-dedb-d0d0bac68802@gmx.de> Date: Sun, 14 May 2017 09:41:59 +0200 X-Gmail-Original-Message-ID: Message-ID: To: "Christoph M. Becker" Cc: internals Content-Type: multipart/alternative; boundary="001a1144ff80dfcfd1054f7712b7" Subject: Re: [PHP-DEV] Deprecate INTL_IDNA_VARIANT_2003 From: me@kelunik.com (Niklas Keller) --001a1144ff80dfcfd1054f7712b7 Content-Type: text/plain; charset="UTF-8" 2017-05-13 17:30 GMT+02:00 Christoph M. Becker : > On 13.05.2017 at 17:14, Niklas Keller wrote: > > > 2016-11-24 19:25 GMT+01:00 Christoph M. Becker : > > > >> I've just noticed that ICU has deprecated the IDNA 2003 related > >> functions as of ICU 55[1]. Therefore I suggest that we deprecate > >> INTL_IDNA_VARIANT_2003 as of PHP 7.2, make INTL_IDNA_VARIANT_UTS46 the > >> default as of PHP 8.0(?) (or even remove this parameter?), and remove > >> INT_IDNA_VARIANT_2003 as of PHP 8.0. Otherwise we may get into trouble > >> if ICU removes these functions. > >> > >> Thoughts? Does this change require an RFC? > > > > Please update the defaults for e.g. > > http://php.net/manual/en/function.idn-to-ascii.php, too. A default call > > shouldn't result in a deprecation notice IMO. > > Changing the defaults in PHP 7.4 first has been part of the accepted > RFC, see > . I've missed that, could we please have a follow-up RFC that changes that to 7.2? I don't see a reason to touch it twice. Regards, Niklas --001a1144ff80dfcfd1054f7712b7--