Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78864 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91313 invoked from network); 10 Nov 2014 20:06:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2014 20:06:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@requinix.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php@requinix.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain requinix.net designates 209.85.220.53 as permitted sender) X-PHP-List-Original-Sender: php@requinix.net X-Host-Fingerprint: 209.85.220.53 mail-pa0-f53.google.com Received: from [209.85.220.53] ([209.85.220.53:38565] helo=mail-pa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/10-24022-9BA11645 for ; Mon, 10 Nov 2014 15:06:18 -0500 Received: by mail-pa0-f53.google.com with SMTP id kx10so8827927pab.26 for ; Mon, 10 Nov 2014 12:06:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=requinix.net; s=googleapps; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Cm+bPpLXpTUeY0dj3j/e2N7fEwvuigJK4Q5K9UzVV68=; b=YtRYEENb4t9QODNyFmkBpvXSlbl76GqWcuse1SRTbmwxOcQiBxFSi2Q+QbhhjyV6YB JRISNA21VoJVmrVSLjN1pZwEFRhP1KF5kLoztZJRDBMSG/OAWyoRMLT+PSIKtKuu76sw DBonM3yRmMZSojd2WIlTSz0D30oiPl/QiEYjI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Cm+bPpLXpTUeY0dj3j/e2N7fEwvuigJK4Q5K9UzVV68=; b=CY+yW9ZzwLaVDb5OZfvUQN6afxMM/TkgoVuqvMx/mzi2e7tuiKrBzKmpjBfp+s1TgI sa/GvcQr8pS5IyZTJxNmAvqpbNvDrcMbCewHfkLsWTIWU8jJZ7u/VhWt6ggrprHgoIuT NbFo1cx8GjWXzoB8icZ2NEMV0B4dLRZGz0YsEl4crAz1pifwGmKSXq+hz3vOZAsM02x5 8flb3L+AzqnqMCdfioMDhbAPxSLRrkJnFNIjz6V7AXy5VgnSoFb5cyi5xMyqdTb2xnJG H9JuSJ/renSvQZvj920XgJdpRAM4yZkWB627sa5V2bC9rRo0hnXA43+Z0OsHByyjpHsO 84OQ== X-Gm-Message-State: ALoCoQksI5WGC3gRdrdHr6SLwfacILJlH/JBdQwpKhE11Ow1VpdWxwH6GHrNjf377lqWowRtQAG/ MIME-Version: 1.0 X-Received: by 10.66.65.169 with SMTP id y9mr11336372pas.102.1415649975340; Mon, 10 Nov 2014 12:06:15 -0800 (PST) Received: by 10.70.33.66 with HTTP; Mon, 10 Nov 2014 12:06:15 -0800 (PST) X-Originating-IP: [38.140.26.42] In-Reply-To: <1415641205.23992.20.camel@kuechenschabe> References: <1415641205.23992.20.camel@kuechenschabe> Date: Mon, 10 Nov 2014 12:06:15 -0800 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: John Bafford , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] GitHub Pull Requests Triage Team From: php@requinix.net (Damian Wadley) On Mon, Nov 10, 2014 at 9:40 AM, Johannes Schl=C3=BCter wrote: > The second issue is that we're doing a bad job at handling bug reports, > (https://bugs.php.net/stats.php) there are only very few guys who go > through reports and handle those. This simply is a lot of work affecting > areas which reviewers probably don't really know. For helping there when > doesn't have to be a code contributor i.e. requinix afaik never proposed > a patch (sorry if I missed it!) but does a very good job answering to > bug reports. Thanks. While I know C fairly well and don't have a problem reading the PHP source, I wouldn't trust myself to write a patch for anything more than a trivial fix :( And I figure there are a decent number of people like me too: they may not be able to contribute to the source but they have been working with PHP for years, know it well, and would be able to help triage bugs. The main problem that I've heard is that it's not easy to figure out what they can do without a php.net account; I generally tell them that they can ask for more details or backtraces when needed, test on their own systems, make documentation patches in the DOE, even trudge through the old bug reports if they're really bored (I don't mind the few clicks to close bugs if someone else spends the time to find them!). -Damian/requinix