From 40fff3e335776de24e54ad8dbfeaa01d02455e0b Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 29 Jun 2009 12:40:46 +0000 Subject: [PATCH] WS --- ext/standard/streamsfuncs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index 6a46019c39..43182c8030 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -114,7 +114,7 @@ PHP_FUNCTION(stream_socket_client) tv.tv_sec = conv / 1000000; tv.tv_usec = conv % 1000000; - if (zerrno) { + if (zerrno) { zval_dtor(zerrno); ZVAL_LONG(zerrno, 0); } @@ -155,11 +155,11 @@ PHP_FUNCTION(stream_socket_client) } RETURN_FALSE; } - + if (errstr) { efree(errstr); } - + php_stream_to_zval(stream, return_value); if (zcontext) { -- 2.50.1