]> granicus.if.org Git - php/commitdiff
- Fix build
authorMarcus Boerger <helly@php.net>
Thu, 23 Mar 2006 10:44:39 +0000 (10:44 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 23 Mar 2006 10:44:39 +0000 (10:44 +0000)
ext/soap/soap.c

index dec44c685755af06ae545d7e055d6b184c2fb30c..0ce74898cf5237ee26cb62269515e6bdb0a819d0 100644 (file)
@@ -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;