]> granicus.if.org Git - php/commitdiff
revert fix for bug #28817 - fix is bad
authorRob Richards <rrichards@php.net>
Tue, 11 Jan 2005 10:36:08 +0000 (10:36 +0000)
committerRob Richards <rrichards@php.net>
Tue, 11 Jan 2005 10:36:08 +0000 (10:36 +0000)
ext/dom/php_dom.c

index dd51b44dc275208cf1e3ade22549c8eb0d3c1ff1..40be0c17e28aa37c03318003ac20c958a288936c 100644 (file)
@@ -235,7 +235,6 @@ zval *dom_read_property(zval *object, zval *member, int type TSRMLS_DC)
        } else {
                std_hnd = zend_get_std_object_handlers();
                retval = std_hnd->read_property(object, member, type TSRMLS_CC);
-               retval->refcount = 1;
        }
 
        if (member == &tmp_member) {