summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2004-01-17 17:44:27 +0000
committerAndrey Hristov <andrey@php.net>2004-01-17 17:44:27 +0000
commit8b763f14b7b7ccd81d4698444770ee6e778130cc (patch)
treeef69c93e433abdd9cc7dab838723899059e665f7 /ext/xml/xml.c
parent4ee7ba05bcd9db6381d1798820600efc29e13426 (diff)
downloadphp-git-8b763f14b7b7ccd81d4698444770ee6e778130cc.tar.gz
HEAD is bundled with ZE2
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r--ext/xml/xml.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c
index 376711503b..728a811f47 100644
--- a/ext/xml/xml.c
+++ b/ext/xml/xml.c
@@ -1133,11 +1133,9 @@ PHP_FUNCTION(xml_set_object)
ZEND_FETCH_RESOURCE(parser,xml_parser *,pind, -1, "XML Parser", le_xml_parser);
/* please leave this commented - or ask thies@thieso.net before doing it (again) */
-#ifdef ZEND_ENGINE_2
if (parser->object) {
zval_ptr_dtor(&parser->object);
}
-#endif
parser->object = *mythis;