iliaa Sun Mar 13 12:03:55 2005 EDT Modified files: /php-src/ext/standard streamsfuncs.c Log: Fixed compiler warning. http://cvs.php.net/diff.php/php-src/ext/standard/streamsfuncs.c?r1=1.53&r2=1.54&ty=u Index: php-src/ext/standard/streamsfuncs.c diff -u php-src/ext/standard/streamsfuncs.c:1.53 php-src/ext/standard/streamsfuncs.c:1.54 --- php-src/ext/standard/streamsfuncs.c:1.53 Thu Mar 10 20:52:24 2005 +++ php-src/ext/standard/streamsfuncs.c Sun Mar 13 12:03:55 2005 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: streamsfuncs.c,v 1.53 2005/03/11 01:52:24 helly Exp $ */ +/* $Id: streamsfuncs.c,v 1.54 2005/03/13 17:03:55 iliaa Exp $ */ #include "php.h" #include "php_globals.h" @@ -48,7 +48,6 @@ { long domain, type, protocol; php_stream *s1, *s2; - zval *zs1, *sz2; int pair[2]; if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lll",
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php