summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-06-09 20:24:16 +0000
committerRob Richards <rrichards@php.net>2003-06-09 20:24:16 +0000
commitf2957721af2795a2d72116e736647796cdc9bceb (patch)
tree4ed4703647dddaf08532c1d1d4a3e39cf9e83f05 /ext/xsl/php_xsl.h
parent6d72c89408234b954e7440e132b50474b9872d72 (diff)
downloadphp-git-f2957721af2795a2d72116e736647796cdc9bceb.tar.gz
changes for /ext/dom document ref count
changes for /ext/dom internal object handling
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;