Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76493 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61977 invoked from network); 13 Aug 2014 16:23:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2014 16:23:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=matthewfonda@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=matthewfonda@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.178 as permitted sender) X-PHP-List-Original-Sender: matthewfonda@gmail.com X-Host-Fingerprint: 209.85.213.178 mail-ig0-f178.google.com Received: from [209.85.213.178] ([209.85.213.178:50613] helo=mail-ig0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/19-11625-3E09BE35 for ; Wed, 13 Aug 2014 12:22:59 -0400 Received: by mail-ig0-f178.google.com with SMTP id uq10so2248957igb.5 for ; Wed, 13 Aug 2014 09:22:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=w3l7q7uKfTmhl6rizrPKijyptr/GvF7gCslxb3KPfTo=; b=wEuDINizqvj9XCSmRBlXJm2gIYc8320FjfFG3PCKuSRjfRn/qL3ZO5F8p/onfJj/N7 Dh038cBQciimQQdgAq6d1v2qmq0r7ygKszwWme0o6VGpMYtF96s1EWzJa0QLHV5+CN5p xRCplWdXXXvYcTUf3o5tCQeD+MpLH8GvfXuUAW+cOR0SeKqdzCYdZUU85PDSTRoaXiEH GdWbEIz+oOkew6DPwG/DjFdVDNOds9m48bI57WDEY8U/orzgfV7OdgKFxdRM03ZUPSqW kZsK5IoOk8PkGi/DxXjDJrNrtRogssg6Cse9lOlmlhrQZyo7oRWks5Oa1dFFF1IBvrS1 Kdlg== X-Received: by 10.50.110.103 with SMTP id hz7mr9194156igb.10.1407946977139; Wed, 13 Aug 2014 09:22:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.92.101 with HTTP; Wed, 13 Aug 2014 09:22:27 -0700 (PDT) In-Reply-To: References: <942D2AF6-BDC2-4214-BD58-4B5945C28CE3@ajf.me> Date: Wed, 13 Aug 2014 09:22:27 -0700 Message-ID: To: Peter Cowburn Cc: Andrea Faulds , Pierre Joye , Ferenc Kovacs , James , Sara Golemon , PHP internals Content-Type: multipart/alternative; boundary=089e011837566f80e20500853304 Subject: Re: [PHP-DEV] [RFC] Disallow multiple default blocks in a single switch statement From: matthewfonda@gmail.com (Matthew Fonda) --089e011837566f80e20500853304 Content-Type: text/plain; charset=UTF-8 On Wed, Aug 13, 2014 at 3:24 AM, Peter Cowburn wrote: > > My thoughts on the topic? I think we're in danger of letting "process" get > in our way here. It's a bug fix which IMHO should even be thrown into 5.6 > (this is a bug fix!). Going through the RFC process, being forced to wait > for 5.7 or 7, extended discussions on the list... it all just seems > unnecessary. But, that's just the opinion of a docs guy. :-) +1, my thoughts as well. Best regards, --Matt --089e011837566f80e20500853304--