diff options
author | Sascha Schumann <sas@php.net> | 2000-02-10 18:03:55 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-02-10 18:03:55 +0000 |
commit | c59993005c074b25365d97af8c365749aa53b53f (patch) | |
tree | eb57bb267bc2199402bb89e429ae9aa702ab4e06 /ext/xml/xml.c | |
parent | 0fd89aa20d7a8226e68f13f4418e9183b46acd6e (diff) | |
download | php-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.c | 1 |
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" |