Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79978 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59051 invoked from network); 28 Dec 2014 06:45:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2014 06:45:26 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.198 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.198 relay6-d.mail.gandi.net Received: from [217.70.183.198] ([217.70.183.198:59421] helo=relay6-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/C4-30823-507AF945 for ; Sun, 28 Dec 2014 01:45:25 -0500 Received: from mfilter41-d.gandi.net (mfilter41-d.gandi.net [217.70.178.173]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 0FE76FB87D for ; Sun, 28 Dec 2014 07:45:22 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter41-d.gandi.net Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by mfilter41-d.gandi.net (mfilter41-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id wkBJRp0kEHg7 for ; Sun, 28 Dec 2014 07:45:20 +0100 (CET) X-Originating-IP: 82.241.130.121 Received: from schrodingerscat.famillecollet.com (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: contact@ll-experts.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 7F7BFFB86E for ; Sun, 28 Dec 2014 07:45:20 +0100 (CET) Message-ID: <549FA700.3050305@fedoraproject.org> Date: Sun, 28 Dec 2014 07:45:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: internals@lists.php.net References: <549ECB02.5000602@php.net> In-Reply-To: <549ECB02.5000602@php.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Bugfest From: remi@fedoraproject.org (Remi Collet) Le 27/12/2014 16:06, Sebastian Bergmann a =C3=A9crit : > Am 27.12.2014 um 16:01 schrieb Kalle Sommer Nielsen: >> bugs going as far back as to PHP4. >=20 > Bug reports for PHP version that are not supported anymore [1]=20 > should IMHO be bulk-closed. The message should ask to reopen if > the bug is reproducible with a supported version of PHP. IMHO :) I agree, we should close those old bugs. Ok, some of them can still exists. Perhaps we can imagine a process in 2 steps 1/ add a comment + feedback state This bug was created for a EOL version... Please reaffected if still occurs in more recent... Else will be closed in xx weeks 2/ close These steps can be repeat each time a version goes EOL for all bugs open against this version (ex step-1 a month before EOL, step-2 a month after) Remi. > -- [1] http://php.net/supported-versions.php >=20