tony2001 Mon Apr 11 11:19:32 2005 EDT Modified files: /php-src/main/streams streams.c Log: revert the patch, the problem seems to be somewhere else http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.75&r2=1.76&ty=u Index: php-src/main/streams/streams.c diff -u php-src/main/streams/streams.c:1.75 php-src/main/streams/streams.c:1.76 --- php-src/main/streams/streams.c:1.75 Sat Apr 9 15:36:49 2005 +++ php-src/main/streams/streams.c Mon Apr 11 11:19:27 2005 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: streams.c,v 1.75 2005/04/09 19:36:49 pollita Exp $ */ +/* $Id: streams.c,v 1.76 2005/04/11 15:19:27 tony2001 Exp $ */ #define _GNU_SOURCE #include "php.h" @@ -847,10 +847,6 @@ php_stream_fill_read_buffer(stream, maxlen TSRMLS_CC); - if ((stream->writepos - stream->readpos)<=0) { - return NULL; - } - if (delim_len == 0 || !delim) { toread = maxlen; } else {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php