Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102575 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90082 invoked from network); 4 Jul 2018 14:51:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jul 2018 14:51:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=vsuraski@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=vsuraski@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.193 as permitted sender) X-PHP-List-Original-Sender: vsuraski@gmail.com X-Host-Fingerprint: 209.85.216.193 mail-qt0-f193.google.com Received: from [209.85.216.193] ([209.85.216.193:34439] helo=mail-qt0-f193.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/A3-55607-00FDC3B5 for ; Wed, 04 Jul 2018 10:51:46 -0400 Received: by mail-qt0-f193.google.com with SMTP id m13-v6so4728313qth.1 for ; Wed, 04 Jul 2018 07:51:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Ft2Ug1IfqEquOB57T3uanyt49L/IPPY2GYpNYMkwBuA=; b=HIroAyUoWIc7VB/QkhY10x4QPsrc3aXk+7Lru5PEGXZXT8CutzyjsfXCzF8u6AgmpC b7HPWCe4IFqt2VsKo8wRspH1Iwm31C4lOigyxwQUt/EZwE9SyT9VXoy0+gLmy0/T9mfA 4cAt7b02rs33nsLyczeMUZ4IYTLgegIMXIcHTSlHsUa1IYmMSFyoaCtoG3cPfFN+i9tT DwKSyRKEdGlKfXbR6KM2196arXkI1BJK7tPGMNXimfYMv8mJQibr5oV5ByFILQTp11r/ PRR5fNPiOO67AyW84hTTj/mqJDL7dR7dnGNi4gozUpkDJr7Yg+JI8qp/zL2gCRWleqtm EGwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ft2Ug1IfqEquOB57T3uanyt49L/IPPY2GYpNYMkwBuA=; b=ioa3EIYbZ5j20Lj8ixI7DxAgytqCXfZ+xKtguuKvItyspCUeXwTgr7axJTuREeqywD VcoHM93euK1am3POD1RLdqZJyvWAiIJ5YRPc3dQM9IzNjCLaQswortM7wB3hDmH9AG6Y EerRtFokpTInNsZDPfNzcStWH5gGFl+CfK/3dM0hpEET/0PVAtsPLwbh0wPvwL1JKezO KPCKTA4Vlfm/D95f27ZlOJdehIGn4d1RfC51I6c4gnT04KrQI/pmTrteEE7WNdZDQ+Oo HwAlRcOEXBdLwtZsdVsjsEyYV2Q22t3Tm4zvdZ1KEGBXMoRb5biWFGuJ6pJvbqZ2OjxM VEPw== X-Gm-Message-State: APt69E3gzTt/n8dJ9s+j7cK3Y6Hygc7qUOvAAVp56YtWAVy8oa31EHa6 dvxjHeNG6W+MqNYDo06q+BFyzlknvu/HGc1FS28= X-Google-Smtp-Source: AAOMgpcNoEHUDZBUlAnprcPR5P/767pBxBW2uGVY5C1k9OKroxfeeXwrVeJh7a/c2jqLQ5zWIrThqF1YLLzkpSWqK54= X-Received: by 2002:aed:36a9:: with SMTP id f38-v6mr2040027qtb.64.1530715901642; Wed, 04 Jul 2018 07:51:41 -0700 (PDT) MIME-Version: 1.0 References: <17c367f8-3aeb-277f-36c3-f019e6d0d27a@blueyonder.co.uk> <94ff9afc-b3b0-0ae2-55bd-ce6c3936967d@gmail.com> In-Reply-To: Date: Wed, 4 Jul 2018 17:51:30 +0300 Message-ID: To: Nikita Popov Cc: Stanislav Malyshev , rowan.collins@gmail.com, Internals Content-Type: multipart/alternative; boundary="00000000000091cbb905702d91c9" Subject: Re: [PHP-DEV] [RFC] Deprecate and remove continue targeting switch From: vsuraski@gmail.com (Zeev Suraski) --00000000000091cbb905702d91c9 Content-Type: text/plain; charset="UTF-8" On Wed, Jul 4, 2018 at 5:15 PM Nikita Popov wrote: > 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? > I think a sensible warning is fine and doesn't really require an RFC... Zeev --00000000000091cbb905702d91c9--