Re: [PHP-DEV] Bug fix for #28817 - different behaviour in HEAD and 5_0

2004-12-07 Thread Andi Gutmans
Hi Georg, When we nuked the garbage collector this behavior was accidentally changed. I think it should be fixed in the Zend Engine so that extensions stay source compatible in between versions as much as possible. Will look into it. Thanks, Andi At 05:14 PM 12/3/2004 +0100, Georg Richter wrote:

[PHP-DEV] Bug fix for #28817 - different behaviour in HEAD and 5_0

2004-12-03 Thread Georg Richter
Hi, the following patch solves bug #28817 in HEAD. However it doesn't work in 5_0 branch. In 5_0 I have to set retval->refcount to 1 to get it work - any ideas what's going wrong ?! Same behaviour in mysqli (which has a similiar property handling). /Georg Patch: diff -u -r1.64 php_dom.c --- ph