Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86495 invoked from network); 8 Mar 2013 21:32:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2013 21:32:53 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.43 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.210.43 mail-da0-f43.google.com Received: from [209.85.210.43] ([209.85.210.43:51047] helo=mail-da0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/92-05715-4095A315 for ; Fri, 08 Mar 2013 16:32:52 -0500 Received: by mail-da0-f43.google.com with SMTP id u36so211570dak.30 for ; Fri, 08 Mar 2013 13:32:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=IcQ85OSP6jzmUBt/MSmj5AjSRZiWN9i7np7w1w2t3jE=; b=lWDO4pVST/Aq880/m1ncj0R/Py+e0slve0Bf6GrbfZBe4WEX2zhO+O2vfYNIHvEUda oGfK/4dGDwTRi9PIk9rGwXbiQuSLdluO39j8zq7i7uE7lhfXAPoQut1AC6gMmYXHIvd+ kX+iSS2taIyt1GbC7N0POipe5bHbdw2vSgWSeg5rsH39xL37yp3uYH57gdGoXhAvbM4i p2dlhtxB8bb2FE6z/gJE+3LjmEDdVmwY15QQrH0Ag00PAJUi30tdiJ9GssdaNbWIMyBo dtpTDnfkWBjPxJuO5e+6SvGzOZhLVRc6xCQjTqVCK7875+z0GEdU9MeeoRfENWY3q6QM 3X/A== MIME-Version: 1.0 X-Received: by 10.68.212.135 with SMTP id nk7mr5706888pbc.120.1362778369177; Fri, 08 Mar 2013 13:32:49 -0800 (PST) Received: by 10.70.61.228 with HTTP; Fri, 8 Mar 2013 13:32:49 -0800 (PST) In-Reply-To: <513A5081.6000501@oracle.com> References: <5131C749.1010202@ellisons.org.uk> <5131E032.9040202@ellisons.org.uk> <51323A06.2090100@oracle.com> <513A5081.6000501@oracle.com> Date: Fri, 8 Mar 2013 13:32:49 -0800 Message-ID: To: Christopher Jones Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Optimizer+ bugreps From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Mar 8, 2013 at 12:56 PM, Christopher Jones wrote: > > > On 03/02/2013 09:42 AM, Christopher Jones wrote: >> >> >> >> On 3/2/13 3:19 AM, Terry Ellison wrote: >>> >>> On 02/03/13 09:34, Pierre Joye wrote: >>>> >>>> >>>> Having it in peck right now allows that. But as of now it is not a >>>> PHP.net project so it makes little sense to have it listed there. >>>> >>>> On Mar 2, 2013 10:33 AM, "Terry Ellison" >>> > wrote: >>>> >>>> At what point is O+ reporting going to be possible through >>>> https://bugs.php.net/ ? >>>> >>>> I realize that this is a bit of a catch-22, but surely it would be >>>> better to allow properly tracked open bug reporting sooner rather >>>> later? >>>> >>> >>> Thanks Pierre, I understand and that's why I mentioned catch-22. AFAIK, >>> there's no open bug and issue reporting available prior to its formal >>> adoption, event though we all realize that it's going to be pretty much >>> inevitable -- for compelling reasons -- and by the time it is adopted the >>> first release will be a fait accompli. >>> >> >> Bugs can (and have been) reported via >> https://github.com/zend-dev/ZendOptimizerPlus/issues >> I'm sure email reports will also do fine in the interim. >> >> Chris >> > > Felipe added ZO+ to the bugs.php.net "Package affected" drop-down today. > Hmmh.. That shouldn't be there as the current official issue tracker for it is on github, and is linked from the pecl page.. Once it gets merged into php-src then that package should be created though. -Hannes