Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62559 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36361 invoked from network); 27 Aug 2012 09:49:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2012 09:49:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:55640] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/8A-13425-6924B305 for ; Mon, 27 Aug 2012 05:49:10 -0400 Received: by vcbgb30 with SMTP id gb30so4775874vcb.29 for ; Mon, 27 Aug 2012 02:49:07 -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=iMh8dUJbX8K4GQme2/RaTxD23SD+vCmzsU0BOVeNlCo=; b=cnPmnRcrgGgx04eZTfovdvXAPftqZu1JWuCJA7XfZGQdUhRitRAQRKgSFRsfsWfnd8 SXq0qiBXsou8L7qy16fqp/2Ejvi56fwIfza7BaEezQoQYdKt1nUfIMn7do1EF+j3kr+O nTC9biSJW1oQ8pg3zpbBbIxh34RrVpmnTiaeePP/DyfV4eMFHpTwqpsK6HM/x9tAc2xi ffkLqg+EElLUItS+sr3RVrZLumqI04iUQhTvnlg/amPBufD/7JmyewxgHgqZs8x4o5DJ 83VxbTKJOO+y80hmJ5wusNGViItgHS+zlJanUTSKREG3OI+DHWTkyaoffpNxsHo271xs 4JOA== MIME-Version: 1.0 Received: by 10.220.239.209 with SMTP id kx17mr11037496vcb.41.1346060947635; Mon, 27 Aug 2012 02:49:07 -0700 (PDT) Received: by 10.58.196.169 with HTTP; Mon, 27 Aug 2012 02:49:07 -0700 (PDT) In-Reply-To: <503A68F9.9050405@sugarcrm.com> References: <503A68F9.9050405@sugarcrm.com> Date: Mon, 27 Aug 2012 05:49:07 -0400 Message-ID: To: Stas Malyshev Cc: Andrew Faulds , Yahav Gindi Bar , Laruence , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [VOTE]Call for voting: support use list in foreach From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sun, Aug 26, 2012 at 2:20 PM, Stas Malyshev wrote: > Hi! > >> And this is how democracy works, Stas. If voters don't bother to turn >> up, too bad. > > Putting aside the fact that democracy has very little to do with what > we're trying to do here (we're not government, we're opensource > project), that's how democracy *doesn't work*. As you noticed, it is > "too bad", and it is exactly the problem we're having - without > participation, votes are decided by a random sample of whoever bothered > to appear, often on a single vote. > This is not a way to build consensus. It is a very unhealthy state of > things, and it only contributes to the image of PHP as a project having > no direction, no governance and basically existing in a state of > brownian motion. I thought we were trying to shed this image. I couldn't agree more. Which is why I have been trying to preach http://producingoss.com/en/consensus-democracy.html -Hannes