Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16887 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15702 invoked by uid 1010); 23 Jun 2005 18:47:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15686 invoked from network); 23 Jun 2005 18:47:14 -0000 Received: from unknown (HELO iki.fi) (127.0.0.1) by localhost with SMTP; 23 Jun 2005 18:47:14 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:54475] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 5A/C6-22648-1B30BB24 for ; Thu, 23 Jun 2005 14:47:13 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id E5CD6E3A95; Thu, 23 Jun 2005 21:47:04 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j5NIl7Uk011952; Thu, 23 Jun 2005 21:47:07 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j5NIl6ie011949; Thu, 23 Jun 2005 21:47:06 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Thu, 23 Jun 2005 21:47:06 +0300 (EEST) Reply-To: Jani Taskinen To: Derick Rethans cc: Andi Gutmans , internals@lists.php.net In-Reply-To: Message-ID: References: <5.1.0.14.2.20050623073321.03786860@localhost> <5.1.0.14.2.20050623073321.03786860@localhost> <5.1.0.14.2.20050623074101.033b30f0@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Bug DB From: sniper@iki.fi (Jani Taskinen) On Thu, 23 Jun 2005, Derick Rethans wrote: > On Thu, 23 Jun 2005, Andi Gutmans wrote: > >>> I can do that if we agree on doing it. You do know that most of the ones >>> in the "scripting engine" one are ZE1 bugs? >> >> It seems the majority were also verified with PHP 5, no? > > I'm not sure, but would it help to move the ZE2 bugs to the "Scripting > Engine" category instead? I think that's more logical. UPDATE bugdb SET bug_type='Scripting Engine problem' WHERE bug_type='Zend Engine 2 problem'; --Jani