From: Dmitry Stogov Date: Mon, 12 Dec 2005 09:25:07 +0000 (+0000) Subject: Fixed bug #35570 (segfault when re-using soap client object) X-Git-Tag: RELEASE_1_0_4~404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c354d5e0f6fd4c64286b3126b62d3e92cd3ed80f;p=php Fixed bug #35570 (segfault when re-using soap client object) --- 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: