Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:86810 php.webmaster:21412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27849 invoked from network); 23 Jun 2015 12:45:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2015 12:45:00 -0000 X-Host-Fingerprint: 195.225.93.162 195225093162.olsztyn.vectranet.pl Received: from [195.225.93.162] ([195.225.93.162:24880] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/81-18293-AC459855 for ; Tue, 23 Jun 2015 08:44:59 -0400 Message-ID: <54.81.18293.AC459855@pb1.pair.com> To: internals@lists.php.net,php-webmaster@lists.php.net Date: Tue, 23 Jun 2015 14:44:59 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 150622-3, 2015-06-22), Outbound message X-Antivirus-Status: Clean X-Posted-By: 195.225.93.162 Subject: Re: adding next-minor and next-major versions to the bugtracker From: sobak@php.net (Maciej Sobaczewski) W dniu 2015-06-23 o 14:07, Ferenc Kovacs pisze: > Hi, > > I would like to add two new PHP versions to the bugtracker, which can be > used for target version for feature requests. > Currently filling that out is mandatory, so we have a bunch of feature > request with "random" target versions (usually either the version used by > the reporter or the latest version for which the reporter wants to have the > fix against). > What do you think? > Hi Ferenc, I think that's a good idea. It will help to have more accurate targets with almost no cost - it's just the matter of adding two more elements to this array: https://github.com/php/web-bugs/blob/master/include/php_versions.php#L15 This would probably require description somewhere. Many of bug fields (or bugtracker possibilities in general) are already misused or just ignored and we should note that next-minor/next-major are meant for Feature Requests. Thanks, Maciej.