summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2004-01-17 21:22:26 +0000
committerSterling Hughes <sterling@php.net>2004-01-17 21:22:26 +0000
commitcb7e90119f4c231e0394622c4465cd846e215fca (patch)
treeb9ea751c0f5c352c11018f3ad8bf25464acf5da7 /ext/simplexml/php_simplexml.h
parente91fdf570f707ecc4c1f4c06766b93a522bea373 (diff)
downloadphp-git-cb7e90119f4c231e0394622c4465cd846e215fca.tar.gz
namespace accesses are now soley URI based as opposed to prefix based.
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r--ext/simplexml/php_simplexml.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h
index 4b05cfa06e..52615052a0 100644
--- a/ext/simplexml/php_simplexml.h
+++ b/ext/simplexml/php_simplexml.h
@@ -53,16 +53,10 @@ PHP_RINIT_FUNCTION(simplexml);
PHP_MINFO_FUNCTION(simplexml);
typedef struct {
- xmlHashTablePtr nsmap;
- int refcount;
-} simplexml_nsmap;
-
-typedef struct {
zend_object zo;
php_libxml_node_ptr *node;
php_libxml_ref_obj *document;
HashTable *properties;
- simplexml_nsmap *nsmapptr;
xmlXPathContextPtr xpath;
struct {
php_libxml_node_ptr *node;