diff options
Diffstat (limited to 'ext/xml/compat.c')
-rw-r--r-- | ext/xml/compat.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 |