rrichards Sun Jun 15 16:56:48 2003 EDT Modified files: /php4/ext/xml compat.c Log: remove leftover parser->mem_hdlrs - compiles now Index: php4/ext/xml/compat.c diff -u php4/ext/xml/compat.c:1.13 php4/ext/xml/compat.c:1.14 --- php4/ext/xml/compat.c:1.13 Sun Jun 15 16:40:45 2003 +++ php4/ext/xml/compat.c Sun Jun 15 16:56:48 2003 @@ -299,7 +299,6 @@ parser = (XML_Parser) emalloc(sizeof(struct _XML_Parser)); memset(parser, 0, sizeof(struct _XML_Parser)); parser->use_namespace = 0; - parser->mem_hdlrs = *memsuite; parser->parser = xmlCreatePushParserCtxt((xmlSAXHandlerPtr) &php_xml_compat_handlers, (void *) parser, NULL, 0, NULL); if (parser->parser == NULL) { efree(parser);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php