summaryrefslogtreecommitdiff
path: root/ext/dom/xml_common.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2004-08-13 12:32:55 +0000
committerChristian Stocker <chregu@php.net>2004-08-13 12:32:55 +0000
commite99c3756068e0428fc052ff4b77b741d2df5afd2 (patch)
tree12e14855e2fc0cd00d66318c3f08e7c89b50dafa /ext/dom/xml_common.h
parent566230a01b4219010e5aabe00aa6532ad07834cf (diff)
downloadphp-git-e99c3756068e0428fc052ff4b77b741d2df5afd2.tar.gz
Added DomDocument->recover property for parsing not well-formed XML Documents.
Diffstat (limited to 'ext/dom/xml_common.h')
-rw-r--r--ext/dom/xml_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/xml_common.h b/ext/dom/xml_common.h
index 987cf86195..72f5442578 100644
--- a/ext/dom/xml_common.h
+++ b/ext/dom/xml_common.h
@@ -31,6 +31,7 @@ typedef struct _dom_doc_props {
int preservewhitespace;
int substituteentities;
int stricterror;
+ int recover;
} dom_doc_props;
typedef dom_doc_props *dom_doc_propsptr;