]> granicus.if.org Git - php/commitdiff
This broke the xml extension, and pres2, commented out for now
authorSterling Hughes <sterling@php.net>
Fri, 21 Mar 2003 05:26:56 +0000 (05:26 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 21 Mar 2003 05:26:56 +0000 (05:26 +0000)
ext/xml/xml.c

index 76a8bf5ed217b7b471e98201401dbd31cf618da9..caacb036e059e68ff2eedef742f6697795791b93 100644 (file)
@@ -287,11 +287,11 @@ static void xml_parser_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC)
        xml_parser *parser = (xml_parser *)rsrc->ptr;
 
        /* please leave this commented - or ask thies@thieso.net before doing it (again) */
-#ifdef ZEND_ENGINE_2
+/*#ifdef ZEND_ENGINE_2
        if (parser->object) {
                zval_ptr_dtor(&parser->object);
        }
-#endif
+#endif */
        
        if (parser->parser) {
                XML_ParserFree(parser->parser);