Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94052 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70792 invoked from network); 16 Jun 2016 18:13:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2016 18:13:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.42 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:36496] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/46-25388-64CE2675 for ; Thu, 16 Jun 2016 14:13:26 -0400 Received: by mail-pa0-f42.google.com with SMTP id b5so20286124pas.3 for ; Thu, 16 Jun 2016 11:13:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Vvzwtppu12bJQBhL5mhbHydYuEP6O/8RdbiTIGHxy58=; b=RIAf8Y7oodDUWOQ0R8eMvrkL1mmbZbx49TDtoY4A4zyd/jsAivBVq0ya6x737ttUD6 LVRc2ZVl0xpvJT8bPiJ7QM6d9TM8cOn17TMNSdpQt6YirsqCpAgSbIoYtz6mt63xpAUP Dh0YDIe+zol/BAPTmlupI70xKJAP5H8DyDRPCPzmyxsx54W/720OtduingMb5aaKwE2X ctD8G/23E8MhzAkXCQApmYc/7Acg2LGIgkBn3crcTrS+EpRKQyHuiQFB9czkboV7k70c L9QKf0x/K6BC/XZpKCGnJZvDIlupIePYQTqHCkniFkXkPYx1izb5BBK7Ye4kBPSezAFb pVCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Vvzwtppu12bJQBhL5mhbHydYuEP6O/8RdbiTIGHxy58=; b=LxjFaVWHLHk9afy1nSJQ31HDpcmaTF+UMj0VkkQTK21z4dmxdsXX2M064Zkup3cuN0 SBNF3Z31aN/+53n29cGnhyMtlGdjkOVj0wq+lXhjppJCiiFTQZVAcHYwNeboY7R2FcLu 90N+Vbi+lNCDZdIPetdtea5cUCaZ/89wEKq+JR+8r415wvqxQetjRk+fQXcMV1HwzrcA WhZpCFtthd9z1huCS2cG2mKnfSg3QlcnK8x2YZmH5GxO2mAox4rfLxnjI8nP7d/dwGYX 6ufVOBrqm6BE94+v0Y/K83Enj/g7FkIcFNlzsG9knLnVOWQwK7xZo1dgmVox8BgV31KE drYQ== X-Gm-Message-State: ALyK8tJmsTCjjaa3CyXnhnSZBPwzOzHVOqICh6g6peOQY4nf/xhN11y/W6KJN8am7Mg6Y/lJzv9HwrKt6MxBqA== X-Received: by 10.66.220.7 with SMTP id ps7mr6547884pac.77.1466100803795; Thu, 16 Jun 2016 11:13:23 -0700 (PDT) MIME-Version: 1.0 Sender: morrison.levi@gmail.com Received: by 10.66.236.137 with HTTP; Thu, 16 Jun 2016 11:13:22 -0700 (PDT) In-Reply-To: References: <6c03dafd-093a-0087-6312-96fede93c5f0@gmail.com> <1c437efe-7f1d-629f-cfbc-41cbcda38d89@fleshgrinder.com> Date: Thu, 16 Jun 2016 12:13:22 -0600 X-Google-Sender-Auth: iTXXvylxq_WhXG3gmC_KAJipj6g Message-ID: To: Rowan Collins Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Is the "No BC Breaks in Minor Releases" policy enforceable? From: levim@php.net (Levi Morrison) > I didn't necessarily mean the currently proposed; I mean more > generally. For instance Nullable Types and the associated > ReflectionType changes both have small BC breaks that I don't mind. In > the case of the former there is a long-standing bug that did have BC > break impact that was fixed. This passed 44 to 1. Stas was the no-vote > and he can clarify his stance but I do not believe he voted no because > of the BC break. Correction; 44 to 2. The other vote was Bwoebi's and he would prefer full union types.