diff options
| author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:36:21 -0400 |
|---|---|---|
| committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:36:21 -0400 |
| commit | d29a4fd2dd3b5d4cf6e80b602544d7b71d794e76 (patch) | |
| tree | b38e2e5c6974b9a15f103e5cf884cba9fff90ef4 /ext/dom/xml_common.h | |
| parent | a88a88d0986a4a32288c102cdbfebd78d7e91d99 (diff) | |
| download | php-upstream/5.2.0.tar.gz | |
Imported Upstream version 5.2.0upstream/5.2.0
Diffstat (limited to 'ext/dom/xml_common.h')
| -rw-r--r-- | ext/dom/xml_common.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/ext/dom/xml_common.h b/ext/dom/xml_common.h index 137ae6cd7..bdd0d26f0 100644 --- a/ext/dom/xml_common.h +++ b/ext/dom/xml_common.h @@ -17,24 +17,14 @@ +----------------------------------------------------------------------+ */ -/* $Id: xml_common.h,v 1.23.2.1 2006/01/01 12:50:06 sniper Exp $ */ +/* $Id: xml_common.h,v 1.23.2.1.2.1 2006/05/22 17:12:25 rrichards Exp $ */ #ifndef PHP_XML_COMMON_H #define PHP_XML_COMMON_H #include "ext/libxml/php_libxml.h" -typedef struct _dom_doc_props { - int formatoutput; - int validateonparse; - int resolveexternals; - int preservewhitespace; - int substituteentities; - int stricterror; - int recover; -} dom_doc_props; - -typedef dom_doc_props *dom_doc_propsptr; +typedef libxml_doc_props *dom_doc_propsptr; typedef struct _dom_object { zend_object std; |
