Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77762 invoked from network); 29 Jun 2016 20:41:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2016 20:41:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.220.169 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.220.169 mail-qk0-f169.google.com Received: from [209.85.220.169] ([209.85.220.169:34113] helo=mail-qk0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/90-06473-69234775 for ; Wed, 29 Jun 2016 16:41:59 -0400 Received: by mail-qk0-f169.google.com with SMTP id t127so109659177qkf.1 for ; Wed, 29 Jun 2016 13:41:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=NdD0wSRfyFVGQLHvFVuWe9kujZaqkJQUL6529St8hJs=; b=CwEZfqJovNYEGva5ams4ntwjdudbwhl5EnX+E/uzAsyCMFtkZKKroB3q3l2CHy0ZPb U6/cdZ+bsR7kjA+aMxJvEgu2JGNU5uk+uAuCdzDBt3rb6cSgNu3UHijrDV+kEjedNRXt JDdcINPdDyvtu1y95rhX0lIh9Y97YyuBGBfCIgfTz1AGWKhfWrt4Ybshry0bwQbPY1MU gNdKzs7a1swrPnt8jS3T1u7HQr57E8+RZtr26BArzFtuvSPoa8KX0482jdVoaH607WXo xBXmgzHXfRYQy6SNfyQOl+5NyPKWfNY7I7vpEwLptL/sgefucPgxefEd89xEW8PONtVs Vayw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=NdD0wSRfyFVGQLHvFVuWe9kujZaqkJQUL6529St8hJs=; b=dbgyy+mFVbtnZ9/Ccdj4C64tqtvS8qDo+uBZUVf1Ou5ZpTLHLA2QuNPfzldWdA9tJp MeHsj7QQMUuQ3V1TIzT9iInI2odbzGMw+7j0SXw6nvwRM2NhrRL3rf98thbDda0KMQXC J5BZoqxn1t4sFdFodwm7+sGeCCQn9hSQYgePRmVMFQF91BczAJFy+LFsv0K0a/+AEq13 hhWe3UvYEzXUrgR52Y95SOiC9kIrlakcp0bBDmn4GWcTNMtZShsOceAmIuHGEXvinKt7 84iIGha9AnrJIGT8/3aT1QlIom4s7xz2vvsUjZnmzf6+i1ygxDD8QVwrwQqTIiVOdso1 eSKg== X-Gm-Message-State: ALyK8tIev51qrlwm99HAm0VUY89jY/glSITLtUyUsRYJJT9AjGZ10de2c/OW28R5e/q7rLQ7u1RISrHr5sWTlA== X-Received: by 10.129.123.85 with SMTP id w82mr4948640ywc.251.1467232915449; Wed, 29 Jun 2016 13:41:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.207.139 with HTTP; Wed, 29 Jun 2016 13:41:54 -0700 (PDT) X-Originating-IP: [2.99.230.242] In-Reply-To: References: Date: Wed, 29 Jun 2016 21:41:54 +0100 Message-ID: To: Pierre Joye Cc: Aaron Piotrowski , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][Vote] Throw Error in Extensions From: danack@basereality.com (Dan Ackroyd) On 28 June 2016 at 03:36, Pierre Joye wrote: > > I like the idea. > > It should be 2/3 tho'. Why? It's not a language change, so doesn't seem to meet the criteria for needing a 2/3 pass rate. For the record, I'm beginning to think the RFC process should probably be slightly more orchestrated, and RFCs should have a "pre-vote" announcement at least one week before the vote actually opens, when the RFC author thinks the discussion of the RFC is complete. This point would be the time for the implementations full impact on the PHP engine to be analyzed, and also when the final voting choice can be discussed/challenged before the voting is actually open. cheers Dan