Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102393 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9465 invoked from network); 24 Jun 2018 16:16:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2018 16:16:24 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.169 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.223.169 mail-io0-f169.google.com Received: from [209.85.223.169] ([209.85.223.169:33791] helo=mail-io0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/7A-13077-6D3CF2B5 for ; Sun, 24 Jun 2018 12:16:22 -0400 Received: by mail-io0-f169.google.com with SMTP id d185-v6so10298808ioe.0 for ; Sun, 24 Jun 2018 09:16:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=8DiLWbtTF0veOdHhlra/i3Ic27ApLlJp7xDgXAzPKVc=; b=rxBJD24rzznYnaRNwzyNqRusxFgao0kWQbF+lLR92GFTDzH+YQanjDM6nqVeHjUjos iCF9Aty74a5XL+vth5BvWgY+I6D6Q3KkFYepDUOpw5Nv08OC/1FZpwu00H+pq1DvyN3n E0SrqGaYvJCfxKeMNOsEl6jz5Ih2Nv4FYO2gkq3OglWBccU5zmmyHoo3pZAFg+q+/62G wo8taPtAiThA5YgGXZPizVIGYjVwztCdFpGybQBVIqAtVjZnDcb6sp83IlbwM/jS0cHK LMJSVE+MKDryGQrnDOJWOyiR1f8MaJYEnKPm4mIKHie5GArBF3gMrHqA7B4hl0s1anHR P+Cw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=8DiLWbtTF0veOdHhlra/i3Ic27ApLlJp7xDgXAzPKVc=; b=g5rDB2aF5Bp0JlIBpL0amYBWQzmk8/HxYXb+RAoLXuiJWaxVUfTEbfvsRfccGuaai1 s/+H5Ae9k+gZFTrmL24f+qmG0GGGkIIoNWsWV7K1fwU3AL8wuycQk1HB1JDR2DtcfV38 8+CzfJY8KA5mYoF4k2SMrE/WjH+0JrlIew4buJSPvgkRrcPGIQC22LIZKP2GPY40B/0B KbClSAVHSbA/KST84g/Kx+QpnCDH/Urtt3kUlSJBesGJWEGiJX61qkS6MWHE5WUdp0sz GXJyahf0VubXUklstfYzs7FKa9SAWBThvHjgJgX4G68PXjZcoFFRgG6Ojk99ooBgylga 3+/A== X-Gm-Message-State: APt69E3yscSRUD6jP+dWdkBFQan9RhQZn2hMzTL7BT5z9MWsx27CnBRm Y2xN6qRnFEhwwEc5WSDAbJWmHIFGh3adlZTGuNoBiA== X-Google-Smtp-Source: AAOMgpcEIlnm7Um6LIOk02VpXGUvxqaV+u6kUlvkZNma+vApNrnPpjtDG9FH2bZoN6jmhu7qet0WtbmTxtaB3Kydx6c= X-Received: by 2002:a6b:6515:: with SMTP id z21-v6mr1842377iob.258.1529856979755; Sun, 24 Jun 2018 09:16:19 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:fe16:0:0:0:0:0 with HTTP; Sun, 24 Jun 2018 09:16:19 -0700 (PDT) Date: Sun, 24 Jun 2018 18:16:19 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000d5f338056f659522" Subject: [RFC] Deprecate and remove continue targeting switch From: nikita.ppv@gmail.com (Nikita Popov) --000000000000d5f338056f659522 Content-Type: text/plain; charset="UTF-8" Hi internals, Another small deprecation for your consideration... https://wiki.php.net/rfc/continue_on_switch_deprecation Regards, Nikita --000000000000d5f338056f659522--