diff options
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r-- | ext/simplexml/php_simplexml.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h index c52ab9af06..dee6bdc1fe 100644 --- a/ext/simplexml/php_simplexml.h +++ b/ext/simplexml/php_simplexml.h @@ -67,8 +67,8 @@ typedef struct { HashTable *properties; xmlXPathContextPtr xpath; struct { - char *name; - char *nsprefix; + xmlChar *name; + xmlChar *nsprefix; int isprefix; SXE_ITER type; zval *data; |