Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74753 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82475 invoked from network); 5 Jun 2014 12:00:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2014 12:00:35 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.54 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.192.54 mail-qg0-f54.google.com Received: from [209.85.192.54] ([209.85.192.54:32956] helo=mail-qg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/52-62107-2EB50935 for ; Thu, 05 Jun 2014 08:00:34 -0400 Received: by mail-qg0-f54.google.com with SMTP id q108so1377729qgd.27 for ; Thu, 05 Jun 2014 05:00:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CY+IddTtmqE4M61h5aXlkV1LKJyF+PaITcm2J4oEIgA=; b=P4ogZBFnhwDf1zJgnk0z1CZ55LHJ4/GDzvIpn886yWxBgdP/OUv+LnDHnPnPyyJPxT dA0INZY3c01W/dvfHoipwtAfqY4SWxxNEXIBl695za16jUi3i84JVIKlZHGG4ekqoCLE 3X2C7WrKfbxbhIYp2+/44qkOttlOF8Koui88TiNm9pNAFAdttLz3Uj2jh35VI+fi8A5q e/89HwUldDlnFv9CKpNRmJmiMu+zP8DXrbJ5x9hC9rDjAU9pf4uoaINFUgHeTsLjP6PQ RssYNog8b4JqSs5AlTIFGvclkU9QNqRlmAasYMHdkKT03ViPbwysuJLUPsuC7CGmVWM1 l3FQ== MIME-Version: 1.0 X-Received: by 10.229.239.4 with SMTP id ku4mr80970322qcb.17.1401969631508; Thu, 05 Jun 2014 05:00:31 -0700 (PDT) Received: by 10.140.17.77 with HTTP; Thu, 5 Jun 2014 05:00:31 -0700 (PDT) Date: Thu, 5 Jun 2014 14:00:31 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a11346b54df5b5e04fb157dd0 Subject: should every bugfix have a bugreport? From: tyra3l@gmail.com (Ferenc Kovacs) --001a11346b54df5b5e04fb157dd0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I think it would be really nice, if we could have a policy that bugfixes should always have an issue on http://bugs.php.net. Of course if the bug was spotted and fixed before a public (stable or qa) release was made should be excluded from this rule. So when fixing the bug and adding the NEWS entry for a bug which wasn't reported through the bugtracker, then one should check the bug database and if no report is found he/she should create one. For the projects/exts which are using other type of bugtracker (opcache and phpdbg comes to mind with the github issues), those would be ok to use. Having this policy would mean a bit more work for those fixes which doesn't have an issue at hand, but I think it would still worth it for the following reasons: - sometimes explaining the need for the change or why do we have to fix that way can't be summarized in a commit comment. - the NEWS entry is also used for the changelog ( http://php.net/ChangeLog-5.php) and for the release announcements, and if somebody want's to complain about some change that we made, it is eas= ier to reference it if there is a bug linked to it. what do you think? --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11346b54df5b5e04fb157dd0--