iliaa Mon Jun 29 12:40:46 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard streamsfuncs.c Log: WS http://cvs.php.net/viewvc.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.58.2.6.2.33&r2=1.58.2.6.2.34&diff_format=u Index: php-src/ext/standard/streamsfuncs.c diff -u php-src/ext/standard/streamsfuncs.c:1.58.2.6.2.33 php-src/ext/standard/streamsfuncs.c:1.58.2.6.2.34 --- php-src/ext/standard/streamsfuncs.c:1.58.2.6.2.33 Sun Apr 19 17:10:52 2009 +++ php-src/ext/standard/streamsfuncs.c Mon Jun 29 12:40:46 2009 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: streamsfuncs.c,v 1.58.2.6.2.33 2009/04/19 17:10:52 lbarnaud Exp $ */ +/* $Id: streamsfuncs.c,v 1.58.2.6.2.34 2009/06/29 12:40:46 iliaa Exp $ */ #include "php.h" #include "php_globals.h" @@ -114,7 +114,7 @@ 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 @@ } RETURN_FALSE; } - + if (errstr) { efree(errstr); } - + php_stream_to_zval(stream, return_value); if (zcontext) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php