Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10276 invoked from network); 23 Sep 2014 13:34:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2014 13:34:43 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.51 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:47773] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/A1-01186-1F671245 for ; Tue, 23 Sep 2014 09:34:42 -0400 Received: by mail-oa0-f51.google.com with SMTP id o6so2823242oag.10 for ; Tue, 23 Sep 2014 06:34:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=+OSxLKspQDBXaysD1BWImOhthikfr0vGCFiCs2Vs6/Q=; b=oFPRYaGxOUqbr8JGPUCP9Q2qVNZRZWEhFLS28ILaugT21TnMBvnq/537fGGo9T4IrY 6y+m5eWPhlzxbk67KwPfJjfIb5CuP4r7I3ES8GG+QlCzr4MOo400EgyoA5uk494p76T6 59mzwX5LPIWE4ANzmlXHFPi3Rwaw9jnwfiUwf8k8zntPu/FuWUfWswwrpwuyt+kKS7yz a4uwJJwWlmgkGk2GzwOn4UxIAIB6nQGeEYtYS7rF/1MKz56/Vw/gk87faFrRmVillOoZ qHnkCxN9+lrfCbWaNfiVVKDBDEw8JpImm7ik/Xle0aYGN25kOg0ddrNUN5VW6MZYfjhW MALQ== MIME-Version: 1.0 X-Received: by 10.182.79.37 with SMTP id g5mr34630793obx.41.1411479278935; Tue, 23 Sep 2014 06:34:38 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.106.20 with HTTP; Tue, 23 Sep 2014 06:34:38 -0700 (PDT) In-Reply-To: <54212EE9.6070108@anderiasch.de> References: <8DEFB90E-0F7F-4876-890D-D4AD1C655D87@ajf.me> <54212EE9.6070108@anderiasch.de> Date: Tue, 23 Sep 2014 15:34:38 +0200 X-Google-Sender-Auth: 0SYWDw6Hn1eXc-V8pIL9sg9pRR4 Message-ID: To: Florian Anderiasch Cc: Zeev Suraski , Derick Rethans , Andrea Faulds , PHP internals Content-Type: multipart/alternative; boundary=047d7b2e401807ac290503bba1e1 Subject: Re: [PHP-DEV] Is it fair that people with no karma can vote on RFCs? From: levim@php.net (Levi Morrison) --047d7b2e401807ac290503bba1e1 Content-Type: text/plain; charset=UTF-8 > > > That's a horrible idea. From a very quick unscientific glance at > https://github.com/php/php-src/graphs/contributors there's only ~50 > people *ever* to have more than 20 commits in php-src. I believe this may be partially due to the fact that github will only show contributors to the default branch (master in our case). There are some other reasons why commits may not be attributed; see https://help.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile Obviously this was just a very unscientific scan, but worth noting. --047d7b2e401807ac290503bba1e1--