From b1c77fcce38f2ebebc2de93854aacc24e47f7fb8 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 2 Feb 2004 21:27:13 +0000 Subject: TSRM fixes --- ext/soap/php_http.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/soap/php_http.c') diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index 3073ea73b8..fc82fabe67 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -59,6 +59,8 @@ static int stream_alive(php_stream *stream TSRMLS_DC) static void proxy_authentication(zval* this_ptr, smart_str* soap_headers) { zval **login, **password; + TSRMLS_FETCH(); + if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_login", sizeof("_proxy_login"), (void **)&login) == SUCCESS) { char* buf; int len; -- cgit v1.2.1