Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86309 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60406 invoked from network); 19 May 2015 16:22:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 May 2015 16:22:02 -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.213.178 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.213.178 mail-ig0-f178.google.com Received: from [209.85.213.178] ([209.85.213.178:34766] helo=mail-ig0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/AB-13816-9236B555 for ; Tue, 19 May 2015 12:22:01 -0400 Received: by igbhj9 with SMTP id hj9so37939573igb.1 for ; Tue, 19 May 2015 09:21:58 -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:date:message-id:subject :from:to:content-type; bh=XbGz7Jd5Ec+0jAg5T/6N883+otVPHEe+bNiXa/H4RuE=; b=uB34Afk4BHiPZDmAZdS7lozYeMPoHPn3sweEPSZdW09iAlmQZTwV+TSzt3IlroFm63 zxt8z3ePSYUa6+JYj8OJ4c77xNvli36RHHLCIlGuZiy1Y35sDEvFdla8BM/k8yZh0LxJ RP+vGYtswWd8yNSVh3qgCKQbw0sySwVBs/yS802XB6e0kCsRbic33DFs7dxivoI3Ek4z FmmitzN2neus9FK5mIKKMWjNvOKczqgYK4Q69/bG4dcsXHkMVu41pIlKBbhBrWvxiOtr 9SEpbIn2j/Ir58B1uWz0KnC4Keosasn605ZGro2SFeYhB/tauwdaAPmFYTelRFRdu45V oKvA== MIME-Version: 1.0 X-Received: by 10.42.100.73 with SMTP id z9mr41680862icn.8.1432052518777; Tue, 19 May 2015 09:21:58 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.79.98.67 with HTTP; Tue, 19 May 2015 09:21:58 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 May 2015 10:21:58 -0600 X-Google-Sender-Auth: ls3Y1J8j62-pomn1OHrg3MDCQ7E Message-ID: To: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Soft-reserve "void" class name From: levim@php.net (Levi Morrison) On Tue, May 19, 2015 at 10:16 AM, Levi Morrison wrote: > I strongly disagree with this action. These types required an RFC; why > should this be different? Also note that neither of the reserve > typename RFC were unanimous. > > Furthermore, we are past the RFC stage. We are *supposed to already > have an alpha* by now and we are proposing new changes?. Please stick > to our established rules and release timetables as much as possible, > thank you. On a related note it is unclear what BC breaks are exactly allowed in minor releases. Adding new reserved types is a BC break, but it was done in PHP 5.4 with `callable`. We should solidify what we do and do not allow in minor releases for the PHP 7 release series.