diff options
author | Marcus Boerger <helly@php.net> | 2006-05-23 22:24:44 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-05-23 22:24:44 +0000 |
commit | 200c627aebd55317b5962dc28a362c26172eceb6 (patch) | |
tree | 7d55c45f2054152172d3557228a1b402f586c89a /ext/simplexml/php_simplexml.h | |
parent | f88a17295975291448e2e1a7ac739344fda7ec59 (diff) | |
download | php-git-200c627aebd55317b5962dc28a362c26172eceb6.tar.gz |
- MFH Sync with head (namespace prefix handling)
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r-- | ext/simplexml/php_simplexml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h index 15e0221ec2..c52ab9af06 100644 --- a/ext/simplexml/php_simplexml.h +++ b/ext/simplexml/php_simplexml.h @@ -67,9 +67,9 @@ typedef struct { HashTable *properties; xmlXPathContextPtr xpath; struct { - int itertype; char *name; char *nsprefix; + int isprefix; SXE_ITER type; zval *data; } iter; |