summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2003-01-13 16:39:16 +0000
committerAndrey Hristov <andrey@php.net>2003-01-13 16:39:16 +0000
commitffeb57afb5ce6262f76592ef0da216239858c247 (patch)
treead689ea247fef4d82b40020a61af63ab24935cd8 /ext/soap/php_schema.c
parent8e7df3fbf1334a3b1a26dffb586a0d916d81a8a7 (diff)
downloadphp-git-ffeb57afb5ce6262f76592ef0da216239858c247.tar.gz
Modifying TS build.
Migrating to _ex API for hash traversal.
Diffstat (limited to 'ext/soap/php_schema.c')
-rw-r--r--ext/soap/php_schema.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c
index 10e88716e0..404a1d2f31 100644
--- a/ext/soap/php_schema.c
+++ b/ext/soap/php_schema.c
@@ -848,7 +848,7 @@ int schema_element(sdlPtr *sdl, xmlAttrPtr tsn, xmlNodePtr element, sdlTypePtr c
{
xmlNodePtr content;
xmlAttrPtr attrs, curattr, name, ns;
- TSRMLS_FETCH();
+ TSRMLS_FETCH(); /* is this really needed - or the parameter */
attrs = element->properties;
ns = get_attribute(attrs, "targetNamespace");