Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86310 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62979 invoked from network); 19 May 2015 16:51:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 May 2015 16:51:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.46 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.213.46 mail-yh0-f46.google.com Received: from [209.85.213.46] ([209.85.213.46:35288] helo=mail-yh0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/1C-13816-90A6B555 for ; Tue, 19 May 2015 12:51:22 -0400 Received: by yhda23 with SMTP id a23so5887159yhd.2 for ; Tue, 19 May 2015 09:51:19 -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=6UtSetfsmY0xWO8u9xXE4IGMelEF/l9LaXbvhaPNjWE=; b=s7wSqi9LvwQeHlamzP9IAj6SioL01xAgUkABFwrlsW2jttwdmHasEO5Z8jAV8aezMl 8+71YRDLJ6SfBwggISaoLzsfnav5Z4Kx5lPxImADj16pjzJzDfiIMrP995SDyzWGeRwV +yZcMsxDd2XDoyhiTDAkv3pB0NzjFlIQ/FevlbMiAEL/VVti28LcUQnkUvtt2j/Gg1Dz be6iwYeHG21bhDzChlX7cV5+h/3AZI9S/sy9VZdZ/vkGFmHjpl9Xuw5qoO1wEFI16qtO xsh7KRNMjcKhu6evCnjczg9LI6B2WA2rXiRHSEo8xD9alCffrhtqBdZl6AZbenqQFGf+ KM1g== X-Received: by 10.236.140.161 with SMTP id e21mr28132136yhj.9.1432054279216; Tue, 19 May 2015 09:51:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.251.4 with HTTP; Tue, 19 May 2015 09:50:38 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 May 2015 17:50:38 +0100 Message-ID: To: Levi Morrison Cc: internals Content-Type: multipart/alternative; boundary=089e01536e8c9ca40b0516721e74 Subject: Re: [PHP-DEV] Soft-reserve "void" class name From: petercowburn@gmail.com (Peter Cowburn) --089e01536e8c9ca40b0516721e74 Content-Type: text/plain; charset=UTF-8 On 19 May 2015 at 17:16, 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. > To be fair, this change does not change a single byte of code. It's just adding another type to the "reserved" list (to be documented) in the manual. Unless I'm mistaken. If the above really is the case, then why not stick up an RFC and vote.? P.S. I'm not 100% clear on the outcome of all of these votes on what is "reserved" and whether any of those give warnings/etc. in PHP 7; maybe someone could give me an executive summary off-list? :) > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e01536e8c9ca40b0516721e74--