HEAD is bundled with ZE2

This commit is contained in:
Andrey Hristov 2004-01-17 17:44:27 +00:00
parent 4ee7ba05bc
commit 8b763f14b7
2 changed files with 0 additions and 16 deletions

View file

@ -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;