Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97597 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87315 invoked from network); 8 Jan 2017 21:54:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2017 21:54:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.53 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.218.53 mail-oi0-f53.google.com Received: from [209.85.218.53] ([209.85.218.53:33343] helo=mail-oi0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/FC-31343-205B2785 for ; Sun, 08 Jan 2017 16:54:11 -0500 Received: by mail-oi0-f53.google.com with SMTP id 128so477480991oig.0 for ; Sun, 08 Jan 2017 13:54:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=2B/Kxm8HCSrGknmsC5i7wytQ1hXAM8U3Bkkwk396hkQ=; b=XO5MEAyKhyzRb44CQZyXapNg/QgC35hHId4oeyY34b5IVg5M7n2ZvUqBs1E/Ekkk5W jCvBr4JhsnVEKZ09nYs0yd6BaU4HTnCjX95n32lnho8hHs93xXa914A5w+TiETQ90+ip 9KYjYgPL5PAQnPYrMB2lwmmhOAejl2OkHM47+7avnZaaCGw0r0+yjPyYDucNqSBhe0DO KVBApeE9rQq/kkDUVKqxrwjDl+0ldfGdqZC1jFBG4S8lIuEKfDJddIEs0Cp/giVOCD+w 6PVvwctLQOxjW++ds/5CE7fxqv2nVO5ZYV4y2sj0okZ7xWDvenVXbEAsrhZl9vuu79so TE+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=2B/Kxm8HCSrGknmsC5i7wytQ1hXAM8U3Bkkwk396hkQ=; b=cnHp6xEARBJnwsIt0JwxMSEELuN/4xUAlLtpwftusz49r8eVO33jBMErqkMSnhSPuL E23JiT0uHtKtGzWIz1n61tE/C67KQxRyMb0QsSShIfyiN5flIW7C8SdlkSJR1EtWUjsV j6IgYxKWNJBLhXQf1PjCR0+atkZu2Cemtt4GdpBp/UxbwjmcseT6Mo/Gpjs4tlHJEnBH WdclK7QMpbP0y+IEtY3B1pziX5kAYbgFlF4yXS8pKz4MvUYpDAsehYPB0AClPO1AeIf0 9Mt9mZ4byrdE9P6OpRP6nDVBp72Y171omT/I/L8XDFMx8rijVCq/gwwGlbWWTAPVh42W CbvA== X-Gm-Message-State: AIkVDXL6mWjt/N59mXReDIYjNfn2dzy+qvfTxBCW61w8QO8CakxF7NiwgXn7b+le+n6dbA== X-Received: by 10.157.26.60 with SMTP id a57mr5219414ote.17.1483912446854; Sun, 08 Jan 2017 13:54:06 -0800 (PST) Received: from Stas-Air-1415.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id s34sm25860128ots.9.2017.01.08.13.54.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Jan 2017 13:54:06 -0800 (PST) To: Joe Watkins , PHP internals References: Message-ID: <600ff8af-a6c9-5c63-f80f-bf2dc6ff5d33@gmail.com> Date: Sun, 8 Jan 2017 13:54:04 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] bugsnet cleanup From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Some of you may have noticed that a few of us have put considerable effort > into cleanup of pull requests on github, these are now manageable and I'm > quite confident that we will be able to merge pull requests in a timely > manner, and stay on top of it. I would like to start with a big thanks to you for doing this. Long overdue and finally happening! > With normal support for 5 ended, now is the perfect time to cleanup > bugsnet. If we can get the numbers down to something manageable, we have a > reasonable expectation to stay on top of them. I think we have to separate FRs and bugs. Bugs filed against older versions (especially ones before 5.5) I'd put into feedback with request to retest with more recent version. Feedback bugs would automatically expire if no feedback was provided. FRs however need more fine-grained approach. Since they are separate from bugs, they are easy to filter out and in general may not be version-specific. OTOH, having them there, indeed, is not super-useful, but is not that harmful either. > I think anyone that has been waiting a number of years for a response to a > feature request deserves to know that it is not reasonably happening, and > that there are better ways of trying to get a feature in than opening > yet-another-feature-request on bugsnet. True, some of the FRs actually need an RFC, so maybe we should note as such on the FRs. -- Stas Malyshev smalyshev@gmail.com