Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78999 invoked from network); 15 Jan 2016 20:06:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2016 20:06:38 -0000 Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.17.22 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.17.22 mout.gmx.net Received: from [212.227.17.22] ([212.227.17.22:58299] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/E5-39304-B4159965 for ; Fri, 15 Jan 2016 15:06:36 -0500 Received: from [192.168.2.103] ([84.187.30.80]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MgoiC-1aXHeA1h6u-00M4Mo; Fri, 15 Jan 2016 21:06:30 +0100 To: Stanislav Malyshev , Dan Ackroyd , "internals@lists.php.net" References: <56994046.3080605@gmail.com> Message-ID: <5699514E.9080805@gmx.de> Date: Fri, 15 Jan 2016 21:06:38 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56994046.3080605@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:6FtZMIQiWvMDo8c7TLORT+BtgARa+2YnHIL3TO2LPXg3W0YOE0H 9czuXZ37xL1hwv62azicgltIPRoEDEF2NDvVoqDrgmcRsoCaizBLvKZLqZCTQxQOdK4ahiq 69MkAPYWNkn4InT4RwDvHnzmINC6VBjMaJxV4vh53k5dxf0mfheAdXzWSrkOlaqphKA6E4a Jc15uaqidwQVVHqCmWyWQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:nwQV+xzFarg=:fQiwe/YugZuB05bUSpz5PV mxmrZs6Bi+YiNHmhBIQChunm7fHFq3REMBt5sEONu2CpFVoXqv4MBAUvF5CgBTqMhE4f5Q4dP 8NKX/8djditCDM4zjCTU4YnbQ4ZgzLDj/rE4qbAidudKLiqJMM7YRd941B3fYKoeBnIPJp1Md 9arRkk/YPZheAcLrMV3XTrrvp9RMFX2tHpwWo9yyU3DWh3rb7GFf7gZX+ZTwcrwUAV1eLQRnR XIQ51CVVj7KRRUld3dmKCz0b6b7/nYHNv0g0HNRDKzHPtjuQdm/9iO7EsMo20zA02IKnqAOuv VJCKJ8dbpRgo+WvYmtXbDhIA92rhspxBlpys9v+fdgYHMTYWUIGowRSwDXpydbZtwB/vj1KXN pbcxrTjhZyWQ1lNzhTiTEuN4xt78LTMpI6F5YvZHOnrqgP5VqafwLsIykiSu8IHdJfIL49fHx HBplQCPB5jyTRuVYnPIJ2lH47AGizTkQa+E1B+wUHZYITnjXYtjRTAuDghXdjO4zpwurMyvFz cYDHL5jvthIt9HOBXYevEMAlO7XA0S6GczB/C9bxW5/XBSg9k9SWPLVjN1svBuJqRpL0vUJHO nXMMahAtHI7PZx5s/G68VdLEpx0WsPAb1U8rikrz+pArEgcKgeXHDunGJxzijTLUrG/bLfYmN /r6/T+VvjS9EhDhjy6zgymDfZMNocFag8ZhaLXHd9u3rKH5MTmXxztWkZgmsCwdYxWo3OA9EG JaptiA+r0m0Ishjo61RZ2zHKHGWvwX441/LNo7bV6SVoywDBslj/K1wnB5AE+1ozzte646U1z M/zBm9z Subject: Re: [PHP-DEV] Close some old issues From: cmbecker69@gmx.de (Christoph Becker) Stanislav Malyshev wrote: >> I don't think having them kept open is providing any value, and it >> makes it harder to find actual issues that need fixing in the issue >> database, so I'd like to close some of them. > > Bug DB triage is a hard, long and often thankless work. I am very > thankful to you for spending your time on it. ACK >> bugs, or are too old to investigate. (e.g. A crash bug on PHP 4.3.9 is >> not something that anyone should be looking at.) > > I would say if it has reproduction, it should be checked on 5.5 still, > unless it is hard (like installing complex software, etc.). Just to be > sure. If no clear reproduction, close it. > For extensions (such as https://bugs.php.net/bug.php?id=57735) it's > harder because we don't know support status of those. It may be a real > bug but the extension is not maintained anymore. For old bug reports it might be reasonable to change the status to "Feedback" and ask, whether the issue still persists. This way the report is likely going to end up with "No feedback", what's IMHO better than "Closed" for such cases. > Those that do require RFC I think is fine to close. Maybe have a > standard text for that - like "This request describes a change that is > substantial enough to warrant an RFC. Please read and submit an > RFC for the consideration for the community". Good idea. -- Christoph M. Becker