From: Marcus Boerger Date: Thu, 23 Mar 2006 10:44:39 +0000 (+0000) Subject: - Fix build X-Git-Tag: php-5.1.3RC2~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbe881d9c2be7eb535865adb7392d3f6f293a04d;p=php - Fix build --- diff --git a/ext/soap/soap.c b/ext/soap/soap.c index dec44c6857..0ce74898cf 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -3550,7 +3550,7 @@ static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function head = xmlNewChild(envelope, ns, "Header", NULL); if (Z_TYPE_P(hdr_ret) == IS_OBJECT && - instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry)) { + instanceof_function(Z_OBJCE_P(hdr_ret), soap_header_class_entry TSRMLS_CC)) { HashTable* ht = Z_OBJPROP_P(hdr_ret); zval **tmp; sdlSoapBindingFunctionHeaderPtr *hdr;