From: Sterling Hughes Date: Sun, 29 Jun 2003 18:26:23 +0000 (+0000) Subject: fix libxml2 when dealing with character data X-Git-Tag: BEFORE_ARG_INFO~557 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681d6bfaebb661888496a5fe7ce080507b407727;p=php fix libxml2 when dealing with character data --- diff --git a/ext/xml/compat.c b/ext/xml/compat.c index c638a0085f..e8f0cf19c4 100644 --- a/ext/xml/compat.c +++ b/ext/xml/compat.c @@ -273,7 +273,11 @@ php_xml_compat_handlers = { _comment_handler, /* comment */ NULL, /* warning */ NULL, /* error */ - NULL /* fatalError */ + NULL, /* fatalError */ + NULL, /* getParameterEntity */ + _cdata_handler, /* cdataBlock */ + NULL, /* externalSubset */ + 1 }; XML_Parser