From c59993005c074b25365d97af8c365749aa53b53f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 10 Feb 2000 18:03:55 +0000 Subject: - Fixed ^#[ ]+preprocessor directive$ constructions which break some compilers - Made php_xml.h useable without having xmltok.h/xmlparse.h in the include path --- ext/xml/xml.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/xml/xml.c') diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 4ac1b5a83c..0505097661 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -21,6 +21,7 @@ #define IS_EXT_MODULE #include "php.h" +#define PHP_XML_INTERNAL #include "php_xml.h" #include "zend_variables.h" #include "ext/standard/php_string.h" -- cgit v1.2.1