summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2004-07-28 12:40:53 +0000
committerChristian Stocker <chregu@php.net>2004-07-28 12:40:53 +0000
commit5f888422d987ebcac1ec03484e62d225f6989c8b (patch)
treeea5f1339824df3f3fa7a1b6876d2c1ba279a0238 /ext/xsl/php_xsl.h
parent3d9eeb4538cb9c901362729d7a03749730ada251 (diff)
downloadphp-git-5f888422d987ebcac1ec03484e62d225f6989c8b.tar.gz
Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)
Diffstat (limited to 'ext/xsl/php_xsl.h')
-rw-r--r--ext/xsl/php_xsl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h
index bd71315932..7d9258feca 100644
--- a/ext/xsl/php_xsl.h
+++ b/ext/xsl/php_xsl.h
@@ -57,6 +57,7 @@ typedef struct _xsl_object {
HashTable *parameter;
int hasKeys;
int registerPhpFunctions;
+ HashTable *node_list;
} xsl_object;
void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC);