Skip to content

Commit ecef1df

Browse files
author
Sterling Hughes
committed
This broke the xml extension, and pres2, commented out for now
1 parent 00920f5 commit ecef1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/xml/xml.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,11 @@ static void xml_parser_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC)
287287
xml_parser *parser = (xml_parser *)rsrc->ptr;
288288

289289
/* please leave this commented - or ask thies@thieso.net before doing it (again) */
290-
#ifdef ZEND_ENGINE_2
290+
/*#ifdef ZEND_ENGINE_2
291291
if (parser->object) {
292292
zval_ptr_dtor(&parser->object);
293293
}
294-
#endif
294+
#endif */
295295

296296
if (parser->parser) {
297297
XML_ParserFree(parser->parser);

0 commit comments

Comments
 (0)