Bug DB

php.internals

Andi Gutmans

21 years ago
Hey, I'm not sure who maintains the bugs database these days. It'd make it easier for me to follow the bugs if we'd merge the scripting engine and Zend Engine 2 categories into one. We will know according to the PHP version what version of the Zend Engine it is. Comments? Who can take care of merging these? Andi

Derick Rethans

21 years ago
On Thu, 23 Jun 2005, Andi Gutmans wrote:
> Hey, > > I'm not sure who maintains the bugs database these days. It'd make it easier > for me to follow the bugs if we'd merge the scripting engine and Zend Engine 2 > categories into one. We will know according to the PHP version what version of > the Zend Engine it is. Comments? > > Who can take care of merging these?
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? Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Andi Gutmans

21 years ago
At 04:37 PM 6/23/2005 +0200, Derick Rethans wrote:
>On Thu, 23 Jun 2005, Andi Gutmans wrote: > > > Hey, > > > > I'm not sure who maintains the bugs database these days. It'd make it > easier > > for me to follow the bugs if we'd merge the scripting engine and Zend > Engine 2 > > categories into one. We will know according to the PHP version what > version of > > the Zend Engine it is. Comments? > > > > Who can take care of merging these? > >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? Andi

Derick Rethans

21 years ago
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. Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Ilia A.

21 years ago
I agree with Derick, it makes much more sense to merge ZE2 bugs into scripting engine bugs category. Ilia

Jani Taskinen

21 years ago
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

Derick Rethans

21 years ago
On Thu, 23 Jun 2005, Jani Taskinen wrote:
> 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';
Done, and thanks for the query! 589 rows were affected. regards, Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Andi Gutmans

21 years ago
Thanks! At 09:36 AM 6/24/2005 +0200, Derick Rethans wrote:

Andi Gutmans

21 years ago
Yeah that's fine and then nuke the Zend Engine 2 category. At 04:50 PM 6/23/2005 +0200, Derick Rethans wrote: