Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97617 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46687 invoked from network); 9 Jan 2017 09:59:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2017 09:59:34 -0000 Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.173 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.161.173 mail-yw0-f173.google.com Received: from [209.85.161.173] ([209.85.161.173:34498] helo=mail-yw0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/96-31343-20F53785 for ; Mon, 09 Jan 2017 04:59:31 -0500 Received: by mail-yw0-f173.google.com with SMTP id w75so22428390ywg.1 for ; Mon, 09 Jan 2017 01:59:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=d2lkcQel/vYKfUfY5ApnfMCtVnWcPw26zxsANfD1PMc=; b=llxWy4NxbjJdNMqOFJ1NQJsWiwf1mJWn1jbvi0r1+dTqXXUFF7org2tcZtyTx0FLQk 0SYAX7RyMuIQUBUvh1HSmGW8RqEh+X9HD5qD4lg0yBxeGWRuJiJi7FkBuKYY/t+/lZRz KhrtWQbWQoF1izoyAUB7Et2MLPSDL2h31ALsLdvKGj9dXUFtMe5kfaBTSBxJuDMNkhmZ Xqh5cxs6RwTCp89qMqnehRVvFZInI8ANzJGJmo/cUbWCyFfH9VankcWG78e3ZvvfYI2i JEQW15JHbNPGKx4tPe68Zrh7DSadi7NwGL8IE4LJgnHQnkljy4Mt77G7PnkwrWenlo5y 0ZuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=d2lkcQel/vYKfUfY5ApnfMCtVnWcPw26zxsANfD1PMc=; b=DZ3jbtGF0tdJrR4+28TNcFj+WCrHbkHb6eto3YWmB/BHta8nCw3Ax7UUF4tpAklwbS RXfX0LG45Fufpfo1FDZtN9U52hZd582259sPj+fHY/sSAi0mwBpa8FNOEHUcHQK7X2oZ rD7MvN6iB6mYLqPg7WorO7DcmhzUxPkpgc0FJ1vtPobJ1PmMzcdxxpIo8lhn32znEtWk qMe7JKpmXM+XjN+bbN0TLthbOdJ7/wPg2s73j3uNxbURQAOvUYhDg0eedxb1yo1QmZbP OHRoBPTuE/RApxLTEyrko+w3FsppAuu+5RNWGFZrkje+DEsypCnc/p52SgmFqwiWkyPA U4mw== X-Gm-Message-State: AIkVDXIjvPSA96HCmGPtMGcGNPNndFFkqmFYGieHphsNj3fAmunF82IHnMcfAJbI9ec5B9rOn9NBU0u4hZ4q0Q== X-Received: by 10.129.159.213 with SMTP id w204mr12049489ywg.29.1483955967816; Mon, 09 Jan 2017 01:59:27 -0800 (PST) MIME-Version: 1.0 Sender: jakub.php@gmail.com Received: by 10.129.103.130 with HTTP; Mon, 9 Jan 2017 01:59:27 -0800 (PST) In-Reply-To: <912debc8-14db-2a0b-02f2-ce9487bdbb5c@fedoraproject.org> References: <912debc8-14db-2a0b-02f2-ce9487bdbb5c@fedoraproject.org> Date: Mon, 9 Jan 2017 09:59:27 +0000 X-Google-Sender-Auth: FE6MBBjhPK17nkrhqRVf67nz4vc Message-ID: To: Remi Collet Cc: PHP internals list Content-Type: multipart/alternative; boundary=94eb2c0b605252f7360545a66cee Subject: Re: [PHP-DEV] bugsnet cleanup From: bukka@php.net (Jakub Zelenka) --94eb2c0b605252f7360545a66cee Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, On Mon, Jan 9, 2017 at 7:25 AM, Remi Collet wrote: > Hi, > > Le 08/01/2017 =C3=A0 07:46, Joe Watkins a =C3=A9crit : > > > I'd like to hear what others think about cleaning up bugsnet, what > criteria > > we might use for a mass cleanup. > > Big +1 for a mass cleanup. > > IMHO all bugs reported against PHP < 5.6 could be cleaned. I disagree with this as many of bugs raised before 5.6 are still valid bugs . The reason is that the code for many extensions hasn't changed for long time. Of course there was a port to 7.0 which fixed few and also introduce others but most of the old bugs are still valid. It would just hide existing issues IMHO. I think that an ideal way would be to treat each bug individually and at least try if the issue is still present before closing or ask for feedback if it's not clear how to try it. Cheers Jakub --94eb2c0b605252f7360545a66cee--