From: Joe Orton Date: Fri, 4 Apr 2008 12:58:32 +0000 (+0000) Subject: Fix another case of a broken stream->fd cast in 64-bit builds. X-Git-Tag: RELEASE_2_0_0b1~506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e15c6ca0777b3c855dd944e8443c07b5b970d951;p=php Fix another case of a broken stream->fd cast in 64-bit builds. --- diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index fb37db30f2..8b72ddc3fe 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -33,7 +33,7 @@ static int get_http_headers(php_stream *socketd,char **response, int *out_size T static int stream_alive(php_stream *stream TSRMLS_DC) { - long socket; + int socket; char buf; /* maybe better to use: