From 1ed5c14fe29ec031332543c12ef19b7a1bd27f93 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Thu, 28 Apr 2005 12:16:32 +0000 Subject: - Fix bug #32245 (xml_parser_free() in function assigned to the xml parser gives a segfault) --- ext/xml/php_xml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/xml/php_xml.h') diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index 1864937b04..d8e71c18f0 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -90,6 +90,7 @@ typedef struct { char **ltags; int lastwasopen; int skipwhite; + int isparsing; XML_Char *baseURI; } xml_parser; -- cgit v1.2.1