summaryrefslogtreecommitdiff
path: root/ext/libxml/php_libxml.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-04-14 23:01:02 +0400
committerDmitry Stogov <dmitry@zend.com>2014-04-14 23:01:02 +0400
commit5ff90893208065d5ab62d87fbb7763df87b0c064 (patch)
treeed44039e9857652d6bd284149f7059118cb35561 /ext/libxml/php_libxml.h
parent9629eea9e7c85fa9fd097e5d9c94131c9fdc4293 (diff)
parent76825a71a4ef87fc5a3feb2a7cb216e878f8c405 (diff)
downloadphp-git-5ff90893208065d5ab62d87fbb7763df87b0c064.tar.gz
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Diffstat (limited to 'ext/libxml/php_libxml.h')
-rw-r--r--ext/libxml/php_libxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h
index 64c6bd7874..246994ddf8 100644
--- a/ext/libxml/php_libxml.h
+++ b/ext/libxml/php_libxml.h
@@ -75,10 +75,10 @@ typedef struct _php_libxml_node_ptr {
} php_libxml_node_ptr;
typedef struct _php_libxml_node_object {
- zend_object std;
php_libxml_node_ptr *node;
php_libxml_ref_obj *document;
HashTable *properties;
+ zend_object std;
} php_libxml_node_object;
typedef void * (*php_libxml_export_node) (zval *object TSRMLS_DC);