Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62514 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29543 invoked from network); 26 Aug 2012 17:53:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Aug 2012 17:53:10 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:59964] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/F4-00843-5826A305 for ; Sun, 26 Aug 2012 13:53:09 -0400 Received: by lahl5 with SMTP id l5so2066227lah.29 for ; Sun, 26 Aug 2012 10:53:06 -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=xaqu8rMcELR2+QPdVTQOPugljkSJjEc2S0mWrNDgiuM=; b=griEid1nM70LxgqHXMyvt4jgNUgU+uDfR7czrONDfOcb6Pfmd6lkm3igQ/8QEz0KwK 8KYqV4/H6U9gIiUju1bSoRslp/WkOzmEIg0bRctzUw85FxQl7GxFJIaQg8dn2kKCSKEB FPPfl8GHPU39i6D0ydZ+wY37om8bsW23n9FE2A8H5Ihq+3C9CJM1v2Dg1yNyDkVDlPfa BpVd+2WzomoPvyibBMU3J/OIaWBi0k6KG8FvizAPr3Gr39RDkcLE2r5ebLWw8qOQzEWm /X89ycD1zORD5bOjTddAGPsuiIl76gvpn8cSq4h0zW4e5Cd0SqrseI83ZMmxjUrceTIc vxqw== MIME-Version: 1.0 Received: by 10.152.110.46 with SMTP id hx14mr12048767lab.21.1346003586621; Sun, 26 Aug 2012 10:53:06 -0700 (PDT) Received: by 10.152.122.51 with HTTP; Sun, 26 Aug 2012 10:53:06 -0700 (PDT) In-Reply-To: <503A6003.5030806@sugarcrm.com> References: <503A6003.5030806@sugarcrm.com> Date: Sun, 26 Aug 2012 19:53:06 +0200 Message-ID: To: Stas Malyshev Cc: Laruence , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: [VOTE]Call for voting: support use list in foreach From: nikita.ppv@gmail.com (Nikita Popov) On Sun, Aug 26, 2012 at 7:42 PM, Stas Malyshev wrote: > Hi! > >> foreach supports list syntax: 11 for yes, 4 for no. accepted. >> foreach supports list with silent token: 2 for yes, 10 for no. denied. > > And here's again the problem with this voting setup. With all these long > discussions about people not getting votes we have 15 people that > bothered to vote at all, and essentially the vote is decided by one or > two single votes, and the vote doesn't even have to be from a PHP > contributor - but the vote of anybody who can register on PHP wiki is > enough to decide questions on the core of the language. And I'm not > talking about "the voice of the masses" there but by a single vote of > anybody who bothers to vote, which 99% of people just do not. Only people with a VCS account (or voting group) can vote. Nikita