Bundle libxml and add compatibility layer

This commit is contained in:
Sterling Hughes 2003-05-06 19:38:49 +00:00
parent 33a10b342e
commit a0351b093f
92 changed files with 117831 additions and 41 deletions

View file

@ -22,20 +22,16 @@
#ifndef PHP_XML_H
#define PHP_XML_H
#ifdef HAVE_LIBEXPAT
#ifdef HAVE_XML
extern zend_module_entry xml_module_entry;
#define xml_module_ptr &xml_module_entry
#else
#define xml_module_ptr NULL
#endif
#if defined(PHP_XML_INTERNAL)
#ifdef HAVE_XML
#include <expat.h>
#include "ext/xml/expat_compat.h"
#ifdef PHP_WIN32
#define PHP_XML_API __declspec(dllexport)