summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-09-26 21:45:17 +0000
committerMarcus Boerger <helly@php.net>2004-09-26 21:45:17 +0000
commitace462334ea98948c7657d3b6dac0547154fb7d0 (patch)
tree9cf1326a6a34fc0016fd945c4c52d2108e0509cb /ext/soap/php_schema.c
parent42bc4cd0cac4195e57938b80925987fec6170312 (diff)
downloadphp-git-ace462334ea98948c7657d3b6dac0547154fb7d0.tar.gz
Fix TSRM build
Diffstat (limited to 'ext/soap/php_schema.c')
-rw-r--r--ext/soap/php_schema.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c
index 0fa5c4a08e..ef1bfbfc76 100644
--- a/ext/soap/php_schema.c
+++ b/ext/soap/php_schema.c
@@ -1363,7 +1363,6 @@ static int schema_complexType(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr compType, s
{
xmlNodePtr trav;
xmlAttrPtr attrs, name, ns;
- TSRMLS_FETCH();
attrs = compType->properties;
ns = get_attribute(attrs, "targetNamespace");