summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r--ext/simplexml/php_simplexml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h
index ebe165a8f5..2861ab9753 100644
--- a/ext/simplexml/php_simplexml.h
+++ b/ext/simplexml/php_simplexml.h
@@ -53,6 +53,7 @@ PHP_MINFO_FUNCTION(simplexml);
typedef struct {
zend_object zo;
xmlDocPtr document;
+ xmlXPathContextPtr xpath;
xmlNodePtr node;
} php_sxe_object;