25#define xml_module_ptr &xml_module_entry
28#define PHP_XML_VERSION PHP_VERSION
33#error "UTF-16 Unicode support not implemented!"
37#define xml_module_ptr NULL
40#define phpext_xml_ptr xml_module_ptr
50#ifdef LIBXML_EXPAT_COMPAT
51#define PHP_XML_SAX_IMPL "libxml"
53#define PHP_XML_SAX_IMPL "expat"
@ PHP_XML_OPTION_CASE_FOLDING
@ PHP_XML_OPTION_PARSE_HUGE
@ PHP_XML_OPTION_SKIP_WHITE
@ PHP_XML_OPTION_SKIP_TAGSTART
@ PHP_XML_OPTION_TARGET_ENCODING
struct _zend_module_entry zend_module_entry