]> granicus.if.org Git - php/commitdiff
fix libxml2 when dealing with character data
authorSterling Hughes <sterling@php.net>
Sun, 29 Jun 2003 18:26:23 +0000 (18:26 +0000)
committerSterling Hughes <sterling@php.net>
Sun, 29 Jun 2003 18:26:23 +0000 (18:26 +0000)
ext/xml/compat.c

index c638a0085f9c6ad48d25c28a32ae94e93c8cf916..e8f0cf19c4616ea09a30df45b8c82f63fb9fda7d 100644 (file)
@@ -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