From: Dmitry Stogov Date: Mon, 12 Dec 2005 09:25:23 +0000 (+0000) Subject: Fixed bug #35570 (segfault when re-using soap client object) X-Git-Tag: php-5.1.2RC1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db312cf18e4960278c2a0fb771d1a4dbf0a4ea76;p=php Fixed bug #35570 (segfault when re-using soap client object) --- diff --git a/NEWS b/NEWS index 0692b09549..e2f8d74f29 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,7 @@ PHP NEWS - Fixed bug #35612 (iis6 Access Violation crash). (Dmitry, alacn.uhahaa) - Fixed bug #35594 (Multiple calls to getopt() may result in a crash). (rabbitt at gmail dot com, Ilia) +- Fixed bug #35570 (segfault when re-using soap client object). (Dmitry) - Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly). (Ilia) - Fixed bug #35543 (php crash when calling non existing method of a class that extends PDO). (Tony) diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index ad83d22de2..157a6bff2b 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: