Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79996 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95929 invoked from network); 29 Dec 2014 13:15:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Dec 2014 13:15:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.180 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.180 mail-ob0-f180.google.com Received: from [209.85.214.180] ([209.85.214.180:53160] helo=mail-ob0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/80-24489-FD351A45 for ; Mon, 29 Dec 2014 08:15:12 -0500 Received: by mail-ob0-f180.google.com with SMTP id wp4so41108453obc.11 for ; Mon, 29 Dec 2014 05:15:09 -0800 (PST) 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=ST1XIvNB5t3e3MkAdmsLdyJlBe3iGxTJ5JST3/Pg75E=; b=Xx3UEE2yE9cX/KxeuC1YaLcMRU0/7Sk077hc7LKC6pOAqiCBDk7tuqO0YTSy+DG5tM 3GJ1IfuYX5YwzpX0mOu7qXEygmr6KwE5rDx1NlLUYARo4B4OoxULBN6tWOMxckhjJJCC qZ8vxbZXWBgMvBv/BMncUBZjB6UK0IIe4i9uqZEdhEs8WtlUI9Z8JbYMMghRt6Y7rQzq P5+6vDUhSHoE19NveoOvl6ndTdJp2nLK/7jL4clW863asRXu+6Gz7Dd3a7WxB2yPkBsE 85oUh6pAQkbBOiTsQTqlELanchTMg2yNxNkmu7R73G60wGGBD81HjzPg1VuYBo5Ihz1R +FpQ== MIME-Version: 1.0 X-Received: by 10.202.84.147 with SMTP id i141mr31037401oib.56.1419858909014; Mon, 29 Dec 2014 05:15:09 -0800 (PST) Sender: morrison.levi@gmail.com Received: by 10.76.89.237 with HTTP; Mon, 29 Dec 2014 05:15:08 -0800 (PST) In-Reply-To: <54A109EB.1000805@gmail.com> References: <54A109EB.1000805@gmail.com> Date: Mon, 29 Dec 2014 06:15:08 -0700 X-Google-Sender-Auth: fq556HZbgbQSfo6oao_SwzHLqoY Message-ID: To: Stanislav Malyshev Cc: Kalle Sommer Nielsen , Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bugfest From: levim@php.net (Levi Morrison) >> For a while I have been just stalking the bugs database[1], and I >> would love if we could some more focus on closing bugs. I'm not saying >> the job we do (my self included) is not being done well enough, but >> currently we have over 4.1k and a lot of those are old feature >> requests, or bugs going as far back as to PHP4. > > We definitely need somebody triaging old bugs. The problem is it > requires a real lot of time, and is mind-numbingly boring, so not many > people do it. Many bugs are low quality - missing data, not having good > descriptions, etc. - or > >> I do not have the technical experience on all subjects to close >> reports or analyze them as well for our many extensions but would love >> if we in the new year could have a similar event (maybe in user >> groups?) to analyze, test and lower that number. > > Well, basic triage may be as simple as: > 0) For all bugs that are older than 5.5 > 1) Look at the bug description. If the reproduction is not obvious from > description, put it to "feedback" with request for better reproduction. > If the submitter is no longer interested, it will be auto-closed as > no-feedback with time. > 2) Try to reproduce on 5.5/5.6. If it does not reproduce on either, > close it with "not reproducible anymore, if you can reproduce on 5.6, > please reopen". > 3) If it reproduces on 5.6, put it in Verified status. > > This would not require anything but basic knowledge of PHP and lots of > time. If somebody wants to do it, arguably millions of people would > benefit from it - since it would make real bus more prominent, thus > making PHP devs more likely to fix them, thus improving PHP which is > used by millions :) - so it is a great way to contribute. Any takers? ...and what to do with feature requests?