Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9554 invoked from network); 8 Jan 2017 00:38:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2017 00:38:43 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.218.45 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.218.45 mail-oi0-f45.google.com Received: from [209.85.218.45] ([209.85.218.45:36656] helo=mail-oi0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/A1-31343-11A81785 for ; Sat, 07 Jan 2017 19:38:42 -0500 Received: by mail-oi0-f45.google.com with SMTP id u143so64114099oif.3 for ; Sat, 07 Jan 2017 16:38:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=DZskVYgXVnzBAXtddCIa+XTUkcpmr5YXv3nTGx8qB4c=; b=wvncdJQhBi4XtDxFL7C5OSZVE3gLWyVfuOHxIQrtvUET7zYTMtl3e+U6Mi7Gjbdr6V 8rqAWVEm3B4PS7pgRSASJ6Dvh+J1+Bju1JL/X+o8t/8p/DaP/NoNWy46v1jlM30Z4i5y v1dGhxMJu0eHNKIbDpyT08jPK2HveJPLCTbfH3oPn6K/5+qwcP4bRBrClq3f1dccGjQ5 mo1TxK8+gkP5Akp+hmzalTPoeSAZmdOfR2WTMQTj02P1m/EjwG1zg5gkSIkk73RmygIr LpUjxS+LNSpBxYeqAvYqreEBjX4HCiR3idurbNx6kMx5XqA0fY51LIj5LjMV3AASefOx uDjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=DZskVYgXVnzBAXtddCIa+XTUkcpmr5YXv3nTGx8qB4c=; b=L62eYQnAHZWy4pTMLwFXFsxdK93njrFVLGUbdt8dtCx0JXrtPUZQw74xtS2t8NLgXx q6oYirRJyqoNwxG7JOmu3FxbRtq4JsG9uPZFk8MMFnPiAYduSpQqKVEguSmtqB5A4slt MrrnQOGWAD9T+UWysl0UjGLipcmDX41cERZAQ8sUnfyBIQWbk3RzVxe3jcMU5mZDzS30 /MYBHqQjMZId8fF0093+cM+/yVbFuUQIFuZ00sQlHT19PN+vEv69v4Fv3aYLECi3thrD 5591M5yaYKzOQes8FAvHBG6ypEBK8im5gChaWgBveFrvwc4CgdZHzf04KnXGdK9Cu4NV dI/A== X-Gm-Message-State: AIkVDXKn1rYOEKpxIlXvjXEvAbsn6vobNigFOkiuEktR8JYGh4RJWAh3rzK9S2nBePiQ9z2OErnJznQp1unb9g== X-Received: by 10.157.13.166 with SMTP id 35mr4723042ots.140.1483835919281; Sat, 07 Jan 2017 16:38:39 -0800 (PST) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.157.39.197 with HTTP; Sat, 7 Jan 2017 16:38:38 -0800 (PST) X-Originating-IP: [2605:e000:ccc7:eb00:9deb:62b5:176e:322b] In-Reply-To: References: Date: Sat, 7 Jan 2017 16:38:38 -0800 X-Google-Sender-Auth: -1j6JohxT2OV57XFJle_ZReRRRg Message-ID: To: "Christoph M. Becker" Cc: PHP Internals List Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Deprecate and remove INTL_IDNA_VARIANT_2003 From: pollita@php.net (Sara Golemon) On Sat, Jan 7, 2017 at 6:06 AM, Christoph M. Becker wrote: > Following up on , I have > written the RFC > > > > and hereby placing it under discussion. > > I appreciate reviews and comments! > I noticed that recently as well (combing through compiler warnings) but ended up deciding "If it ain't broke, don't fix it." A deprecation is certainly in order, though I'd say we shouldn't change the default in 7.2. I'd be fine deprecating in 7.2, changing default in 7.4, then removing in 8.0 It's profoundly non-broken atm, so there's no need to rush. -Sara