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_encoding.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/soap/php_encoding.c') diff --git a/ext/soap/php_encoding.c b/ext/soap/php_encoding.c index bd6ec43978..b5f3b96fe7 100644 --- a/ext/soap/php_encoding.c +++ b/ext/soap/php_encoding.c @@ -1429,6 +1429,7 @@ smart_str *build_soap_action(zval *this_ptr, char *soapaction) { zval **uri; smart_str *tmp; + TSRMLS_FETCH(); tmp = emalloc(sizeof(smart_str)); memset(tmp, 0, sizeof(smart_str)); -- cgit v1.2.1