summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/php_xsl.h')
-rw-r--r--ext/xsl/php_xsl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h
index 2362fb3052..a754f3993d 100644
--- a/ext/xsl/php_xsl.h
+++ b/ext/xsl/php_xsl.h
@@ -45,8 +45,9 @@ extern zend_module_entry xsl_module_entry;
typedef struct _xsl_object {
zend_object std;
void *ptr;
+ dom_ref_obj *document;
HashTable *prop_handler;
- node_list_pointer *node_list;
+ zend_object_handle handle;
HashTable *parameter;
} xsl_object;