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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h
index 9995e496ac..2002224182 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 *registered_phpfunctions;
HashTable *node_list;
php_libxml_node_object *doc;
} xsl_object;