Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102574 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87395 invoked from network); 4 Jul 2018 14:14:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jul 2018 14:14:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.196 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.223.196 mail-io0-f196.google.com Received: from [209.85.223.196] ([209.85.223.196:39438] helo=mail-io0-f196.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/33-55607-266DC3B5 for ; Wed, 04 Jul 2018 10:14:59 -0400 Received: by mail-io0-f196.google.com with SMTP id e13-v6so5007267iof.6 for ; Wed, 04 Jul 2018 07:14:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=5ZxBO0iXnX7dwlhu9MjhZm//L723Q+PKVVQSJENvNbc=; b=hJT8YeJZSzI98lDDOABpn+05dsHs+gKqQF/6CmEeZi50b3nRIwAKmoTUT9C2nZoDwV lmeViLFJgrrCro6Vs8Db7xQQc6j46cTK/4/+Fo2BMxo2LROjt7W6rciJys8dxR9TzE1r 4Rzo9VZWy2qGtEYSbevrR/3WSK3cRU5qCjpegQt9r4hwSGGOwDsefH4AygMjMrVKTdJE TTS2X3d2WYOSSRGs3FQ0dqpN7DMKKP6zZBNYhnWQ8VG9GYnQR87VWF0QTPkDLe/ZwT9n qGE5xVyC9THWc1UAwcntnAhngDrG6VGlW49IPu6h6uN1BK670FVOf87AxmIepTAkJjb4 ddQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=5ZxBO0iXnX7dwlhu9MjhZm//L723Q+PKVVQSJENvNbc=; b=Vu2PQJIYIuEjs618G12pbfnRsMCZtd5X2pMyPStQaNCrpU+c1LmTfs6nB8r7dvUkvS mLADTcrKbsNXoDYwkfdlAqOrMRm1zUPHNm2MWc24busHiyNGCSAg+0t+E0pC5M+vxltz lmgxgY1pGPdBRE/OeF/qJCxBWVxuqX9sadcZBa2+Gj+hNRO7wlGdThUH0YMhG1q3EXdP VRho7+SMgTdqSSbIXrKbYoIxhRG86sEfnMU84qTii8z0CCYDzflHaZNROhzd4DVknr07 B60Uw6WJVCznDhdT0/YABR84p1EbM09EAEXIC0BuRfpo8f57/7luVwsqp2FwIZWacGeU Hwng== X-Gm-Message-State: AOUpUlHBsYFmqPpYhUbGYYhh/yN1H1c/7lBwUZc28VvDnUdkCE/YFRVX Q3gW6HPS4YFcniLgxdNRiIWbJI2ERgiyhWJhEfA= X-Google-Smtp-Source: AAOMgpdbG6Om8RP1c0Gee8cOjXYGdenqh07mED3GDxVtuF9AMDS6/mrNeRVsgASoB5Yzsljqa0CHXP2kgOkDqt251Uk= X-Received: by 2002:a5e:8d07:: with SMTP id m7-v6mr1705818ioj.258.1530713696567; Wed, 04 Jul 2018 07:14:56 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:148a:0:0:0:0:0 with HTTP; Wed, 4 Jul 2018 07:14:56 -0700 (PDT) In-Reply-To: References: <17c367f8-3aeb-277f-36c3-f019e6d0d27a@blueyonder.co.uk> <94ff9afc-b3b0-0ae2-55bd-ce6c3936967d@gmail.com> Date: Wed, 4 Jul 2018 16:14:56 +0200 Message-ID: To: Stanislav Malyshev Cc: Rowan Collins , PHP internals Content-Type: multipart/alternative; boundary="00000000000023067205702d0e15" Subject: Re: [PHP-DEV] [RFC] Deprecate and remove continue targeting switch From: nikita.ppv@gmail.com (Nikita Popov) --00000000000023067205702d0e15 Content-Type: text/plain; charset="UTF-8" On Wed, Jun 27, 2018 at 11:07 PM, Stanislav Malyshev wrote: > Hi! > > > In the proposal, the code is valid in all versions of PHP up to and > > including 7.3, *and represents the same algorithm in all versions*. The > > only difference would be the side-effect of issuing an additional > > deprecation notice; that's not "a different meaning". In PHP 8, under > > Nikita's proposal, the code would not be valid at all. > > I agree with PHP 7 part but not with PHP 8 part. I think we should just > leave the warning there. > I don't care particularly strongly about the actual removal, just having a warning would serve the purpose just as well for me. Should I just go ahead and implement the warning (with no intent of future removal), or do we want to still go through the RFC here? Nikita --00000000000023067205702d0e15--