Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30022 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62606 invoked by uid 1010); 1 Jun 2007 03:02:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62565 invoked from network); 1 Jun 2007 03:02:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2007 03:02:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 66.79.163.178 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 66.79.163.178 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from [66.79.163.178] ([66.79.163.178:44507] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/78-17608-93C8F564 for ; Thu, 31 May 2007 23:02:19 -0400 Received: from mail.bluga.net (mail.bluga.net [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 89D9087375; Thu, 31 May 2007 20:03:45 -0700 (PDT) Received: from [192.168.1.100] (ftcl002.digis.net [66.17.140.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id E566E8736D; Thu, 31 May 2007 20:03:44 -0700 (PDT) Message-ID: <465F8BDB.9010603@chiaraquartet.net> Date: Thu, 31 May 2007 22:00:43 -0500 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Jacques Marneweck CC: jani.taskinen@iki.fi, internals Mailing List References: <465DA8F9.2020001@chiaraquartet.net> <465DEF93.1080006@sci.fi> <6406496A-48F4-4CB7-9E45-FB7F6F2124CA@powertrip.co.za> In-Reply-To: <6406496A-48F4-4CB7-9E45-FB7F6F2124CA@powertrip.co.za> X-Enigmail-Version: 0.94.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] bug tracker merging From: greg@chiaraquartet.net (Greg Beaver) Jacques Marneweck wrote: > Are you using PHPUnit for the unit tests? > > Also there was some alert stuff that Jim Winstead if I remember correctly > was wanting to hook into the mix (it's all commented out from my last > look at > the bugsweb code), which would be great to allow devs to subscribe to bugs > (package / project / etc.) that interests them. Hello Jacques, As you can see for example in http://pear.php.net/bugs/bug.php?id=11195 subscription to bugs is already supported in the PEAR bug tracker, and so will be supported in the combined tracker. In answer to your second question: > On 30 May 2007, at 11:41 PM, Jani Taskinen wrote: [snip] >> I will ignore any unit tests for now. :)