summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-02-10 18:03:55 +0000
committerSascha Schumann <sas@php.net>2000-02-10 18:03:55 +0000
commitc59993005c074b25365d97af8c365749aa53b53f (patch)
treeeb57bb267bc2199402bb89e429ae9aa702ab4e06 /ext/xml/xml.c
parent0fd89aa20d7a8226e68f13f4418e9183b46acd6e (diff)
downloadphp-git-c59993005c074b25365d97af8c365749aa53b53f.tar.gz
- Fixed ^#[ ]+preprocessor directive$ constructions which break
some compilers - Made php_xml.h useable without having xmltok.h/xmlparse.h in the include path
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r--ext/xml/xml.c1
1 files changed, 1 insertions, 0 deletions
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"