Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87529 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13315 invoked from network); 2 Aug 2015 19:23:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2015 19:23:25 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:37190] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/C7-55344-C2E6EB55 for ; Sun, 02 Aug 2015 15:23:25 -0400 Received: by wibud3 with SMTP id ud3so88690039wib.0 for ; Sun, 02 Aug 2015 12:23:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=GtMa+IIdt7retQTh19xGOSe4dxY2fYGgfEx1gFZM7rE=; b=b1WBJs6uH0h0Jfbf3RanILrHY6TN2dxQhMo8evHYQfC/x0TittBSrD276LQ2Qfcn+F Z9NQtpyyelUhY3PisBeHPM5asF1OcX4UzpXuSmeluaeJj8l3WhEYJSFnNRV+N0gwbOND a9ThNkIMWR2q9eftdLLuv4AUW1OSXmb/oL9RMvjuib74g2pNM7SBXrzxNwG4NyLH1ghy 2UlJOba5nziBIwOwZhgbuvp2JM1LFPxghh1NzxXbzCrHrUIRuYgVsjfApBUyCvbO68r5 PowGs8BwaHt/yHDn7MhaHEXpRd2B7mGzemt77A8Q9ZPXNhYj2GzgolYiQcWMAhNKZ4Cq C+Mg== X-Received: by 10.194.112.3 with SMTP id im3mr26902394wjb.54.1438543401525; Sun, 02 Aug 2015 12:23:21 -0700 (PDT) Received: from [192.168.0.5] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by smtp.googlemail.com with ESMTPSA id be9sm18931061wjb.26.2015.08.02.12.23.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Aug 2015 12:23:20 -0700 (PDT) To: internals@lists.php.net References: <91CAFBE6-9598-41AD-862A-643EDB69452E@heigl.org> Message-ID: <55BE6E27.4070307@gmail.com> Date: Sun, 2 Aug 2015 20:23:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Move internals discussion to a better medium From: rowan.collins@gmail.com (Rowan Collins) On 02/08/2015 20:00, Dor Tchizik wrote: >> The mailinglist might be far from perfect (which some people also say >> about PHP so there's a good match) but it is a well established way of >> communication in the PHP-community. I strongly believe that it would be >> counterproductive to change the way of communication of the core >> contributors for the sake of probanly getting two or three more >> contributors. At least as long as the alternative is at least as faulty as >> the current way of communication. >> >> > What makes you think that two or three more contributors is what you'd get? > The nodejs org on GitHub is almost 400 strong. I'm not sure what number you're quoting there, but in case you've missed references in passing, PHP does have a presence on GitHub: https://github.com/php/php-src That repo (which is a mirror of the official self-hosted git repo) has apparently been forked over two thousand times, and has 223 open and 1224 closed Pull Requests. I don't know how to quantify the number of people using bugs.php.net, but it has a stats page which suggests it's not exactly quiet: https://bugs.php.net/stats.php (if you're superstitious, you may take it as an omen that the Dupe count is currently 666...) My local copy of about 2 years of internals posts suggests, in a very unscientific way (counting the number of pages I have to scroll down when grouping messages by sender), that as many as 600 different senders have contributed to the list in that time. I have no idea what this proves, but I also have no idea what your 400 refers to. So, other than your own dislike of e-mails, what makes you think that a large number of potential contributors are put off contributing to PHP by using a mailing list for policy discussions? Regards, -- Rowan Collins [IMSoP]