From c354d5e0f6fd4c64286b3126b62d3e92cd3ed80f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 12 Dec 2005 09:25:07 +0000 Subject: Fixed bug #35570 (segfault when re-using soap client object) --- ext/soap/php_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/soap/php_http.c') diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index fa7afefe08..f15bb16259 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -32,7 +32,7 @@ static int get_http_headers(php_stream *socketd,char **response, int *out_size T static int stream_alive(php_stream *stream TSRMLS_DC) { - int socket; + long socket; char buf; /* maybe better to use: -- cgit v1.2.1