]> granicus.if.org Git - php/commitdiff
Fixed bug #35570 (segfault when re-using soap client object)
authorDmitry Stogov <dmitry@php.net>
Mon, 12 Dec 2005 09:25:23 +0000 (09:25 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 12 Dec 2005 09:25:23 +0000 (09:25 +0000)
NEWS
ext/soap/php_http.c

diff --git a/NEWS b/NEWS
index 0692b09549148b509f8b4d408fb74356ffa8cff8..e2f8d74f2991d2694c54bb568808ae2a64dca26b 100644 (file)
--- 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)
index ad83d22de24d895616a27f7d2cca45eca0889d46..157a6bff2b36cd49536f51927cea3a81eb1852fc 100644 (file)
@@ -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: