Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99026 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19336 invoked from network); 13 May 2017 15:14:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 May 2017 15:14:09 -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.162 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.162 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.162] ([81.169.146.162:17478] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/20-15531-FB227195 for ; Sat, 13 May 2017 11:14:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1494688445; l=2079; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=zaMkEHY9dnHZ1NrM76QAa/LP1saZdU3uqHdo00CYMew=; b=JwdUUDxJFxhRdmbeO7dqYew2GcqfidM48PO83dhgwK8E4LwA/rYlKnG4E4fjoRDQz1 umNa+2+HxlqupYnzVOIl5Al0dEdDX8j5jYcpSMaWa8BWui5QoLIb9EM/sJGr5eiTwZSy hOA8sKSPYCeYXDwI4BtPUjA8rAhwPvAtCoO7A= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLDup6E67mzuoNHBqX53Q== X-RZG-CLASS-ID: mo00 Received: by mail-oi0-f41.google.com with SMTP id w10so93467546oif.0 for ; Sat, 13 May 2017 08:14:05 -0700 (PDT) X-Gm-Message-State: AODbwcBPe8mxmB9dKhVDPB39RhLO9wfAlseic9ieYLbfpXuWSLs92juh nEpdJT3UpD2Vq4pEPEskTglgQC4dLA== X-Received: by 10.202.86.82 with SMTP id k79mr3781516oib.85.1494688444590; Sat, 13 May 2017 08:14:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.156.142 with HTTP; Sat, 13 May 2017 08:14:04 -0700 (PDT) In-Reply-To: <2d0b0b51-bb28-89ea-dedb-d0d0bac68802@gmx.de> References: <2d0b0b51-bb28-89ea-dedb-d0d0bac68802@gmx.de> Date: Sat, 13 May 2017 17:14:04 +0200 X-Gmail-Original-Message-ID: Message-ID: To: "Christoph M. Becker" Cc: internals Content-Type: multipart/alternative; boundary="001a113df3faca3864054f6945b8" Subject: Re: [PHP-DEV] Deprecate INTL_IDNA_VARIANT_2003 From: me@kelunik.com (Niklas Keller) --001a113df3faca3864054f6945b8 Content-Type: text/plain; charset="UTF-8" 2016-11-24 19:25 GMT+01:00 Christoph M. Becker : > Hi! > > 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. --001a113df3faca3864054f6945b8--