diff options
author | Sascha Schumann <sas@php.net> | 1999-05-22 16:12:09 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-22 16:12:09 +0000 |
commit | 13c3c4012ebb2573af0accb5f28a3d1c1f6e01c6 (patch) | |
tree | e960822bfe939efafa8dfe6e526dcf666d4c11e6 /ext/xml/xml.c | |
parent | 1250c43a39cb562659076859bcf7c77260e45ffd (diff) | |
download | php-git-13c3c4012ebb2573af0accb5f28a3d1c1f6e01c6.tar.gz |
fix compile issues in LDAP/XML exts
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r-- | ext/xml/xml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index f8127e8bd8..be4fe3b110 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -51,7 +51,6 @@ # endif # include "snprintf.h" # include "ext/standard/head.h" -# include "php3_string.h" /* Short-term TODO list: * - Implement XML_ExternalEntityParserCreate() |