From 5e57f973cc932264229027df50cdae97af2db09e Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 9 Jan 2004 15:31:09 +0000 Subject: let soap build with php5 --- ext/soap/php_schema.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/soap/php_schema.c') diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c index 647accc19b..5fa5a5ee91 100644 --- a/ext/soap/php_schema.c +++ b/ext/soap/php_schema.c @@ -741,6 +741,7 @@ static int schema_complexType(sdlPtr *sdl, xmlAttrPtr tsn, xmlNodePtr compType, { xmlNodePtr content; xmlAttrPtr attrs, name, ns; + TSRMLS_FETCH(); attrs = compType->properties; ns = get_attribute(attrs, "targetNamespace"); -- cgit v1.2.1