Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75293 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46308 invoked from network); 6 Jul 2014 22:38:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2014 22:38:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:42646] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/70-41729-3FFC9B35 for ; Sun, 06 Jul 2014 18:38:44 -0400 Received: by mail-ob0-f178.google.com with SMTP id wn1so3765951obc.23 for ; Sun, 06 Jul 2014 15:38:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XsXb+DltBa+UWwuLdV/aMNKeYHZnKIDihvDxpWUhtDQ=; b=sjgBJZDOsiQfspTQieMm9XVpEA5QRBTCnsGwobYfPow4UFNoVNHpO3jepnwg4D5RJn 5PWKKZQA7ONikQnYt8rOtmNpbATJCeC6XZQX2ZR/pqAJD4+vHfJO25O9d0zD/VumKeBr 3ux5XBKjwv05e8NiU2iamFfbIpONYultcTkoU8AnfOIEEPDHcLqpPb2bQV1bNZa/yTDI a4nWpyJDsQkZOU6YnWtGdudtLuqZn2iO0gzHL3KaqoaDhLywtY482RUwx0Kj1Q1Wo9ur rmez9es3QvYLPCQdpitcpyqmgo40QvDeJi1Lm3QSNArfzmHDXL0arjyLOFAJ8LqZrhkP BPuw== MIME-Version: 1.0 X-Received: by 10.60.132.171 with SMTP id ov11mr26993863oeb.46.1404686321564; Sun, 06 Jul 2014 15:38:41 -0700 (PDT) Received: by 10.202.15.72 with HTTP; Sun, 6 Jul 2014 15:38:41 -0700 (PDT) In-Reply-To: References: <61EEC54E-7B8D-433E-A391-75F8D6A41E79@ajf.me> <1E40C2BC-3C86-4D20-9C34-C8E0B6BFF925@ajf.me> <-1874712400170500779@unknownmsgid> Date: Sun, 6 Jul 2014 15:38:41 -0700 Message-ID: To: Zeev Suraski Cc: Andrea Faulds , PHP Content-Type: multipart/alternative; boundary=047d7b4724f837c08e04fd8e056a Subject: Re: [PHP-DEV] [RFC] Name of Next Release of PHP From: kris.craig@gmail.com (Kris Craig) --047d7b4724f837c08e04fd8e056a Content-Type: text/plain; charset=UTF-8 Oh and a quick question: Could you clarify how many voting choices there are going to be? The RFC only lists "PHP 6" and "PHP 7", yet it says that a "plurality" will be required for a win, which means that there should be at least 3 or more choices. A plurality basically means that you got the most votes even if it's less than 50%, which can only happen if there aer 3 or more choices. Otherwise it's just a majority. Did you intend to list another voting option? Or did you mean to say "simple majority" instead of "plurality"? Here's a quick rundown of the terms in question: Super majority: Overwhelming support. Exact number varies. In the case of PHP, it means 2/3 majority. Simple majority: 50% + 1 vote. Plurality: The most votes out of 3 or more choices, even if it's less than 50%. In many elections systems, in the event of a plurality, the top two vote-getters will be chosen from in a run-off election to ensure that the final choice has majority support. --Kris --047d7b4724f837c08e04fd8e056a--