diff options
author | Marcus Boerger <helly@php.net> | 2004-09-26 21:45:17 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-09-26 21:45:17 +0000 |
commit | ace462334ea98948c7657d3b6dac0547154fb7d0 (patch) | |
tree | 9cf1326a6a34fc0016fd945c4c52d2108e0509cb /ext/soap/php_schema.c | |
parent | 42bc4cd0cac4195e57938b80925987fec6170312 (diff) | |
download | php-git-ace462334ea98948c7657d3b6dac0547154fb7d0.tar.gz |
Fix TSRM build
Diffstat (limited to 'ext/soap/php_schema.c')
-rw-r--r-- | ext/soap/php_schema.c | 1 |
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"); |