Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56410 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39097 invoked from network); 18 Nov 2011 20:02:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2011 20:02:59 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:55543] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/F6-06569-2F9B6CE4 for ; Fri, 18 Nov 2011 15:02:58 -0500 Received: by ggnk1 with SMTP id k1so2031889ggn.29 for ; Fri, 18 Nov 2011 12:02:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=5DJdMB5HJnIEPizFjxTEwHL/T3PMXB834ihp4mnR2gM=; b=Ro31FKx41EcO6A5u+1duZWiqqOywex60eHDX7qm6Py3FQVH+4s6+jFsDH24WmPSzN2 wXaon/YBEZ27yAFOr1sHR43aFdNHXs+ncEhsp0HvwJBgneyXmClfBTytKfJ7dj4ORajx rt8uuTFB2MtljK9E+MG0Po90PMV9gBnG/7GYY= Received: by 10.68.73.98 with SMTP id k2mr7266854pbv.2.1321646574410; Fri, 18 Nov 2011 12:02:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.44.5 with HTTP; Fri, 18 Nov 2011 12:02:33 -0800 (PST) In-Reply-To: References: Date: Fri, 18 Nov 2011 18:02:33 -0200 Message-ID: To: Dirk Haun Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] What's the correct way to report a regression? From: felipensp@gmail.com (Felipe Pena) Hi, 2011/11/10 Dirk Haun : > I've notice, back in PHP 5.4.0 beta 2, that this test was failing: > > Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) [ext/gd/tests/bug48555.phpt] > > So I went to https://bugs.php.net/bug.php?id=48555 and left a comment. > > The same test still fails in 5.4.0RC1 and also for 5.3.9RC1. > > Now, I have no idea if this is really a critical or important issue, but apparently a test exists for it and it fails now. So how should I go about reporting it so that somebody looks into it and decides if it's worth fixing? > > Since I'm not the original reporter of bug #48555, I can't edit it to update the affected PHP version. Should I have opened a new bug report instead? Would that have gotten someone's attention? > Please open a new bug reporting the regression, thanks. -- Regards, Felipe Pena