[PHP-CVS] svn: /php/php-src/trunk/ ext/standard/streamsfuncs.c main/network.c main/streams/filter.c main/streams/streams.c

2011-02-01 Thread Gustavo André dos Santos Lopes
cataphract Tue, 01 Feb 2011 18:11:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307923 Log: - Fixed several comparisons that always result in true of false due to signedness of one of the operands, either by removing dead code or fixing it.

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ streamsfuncs.c

2010-10-13 Thread Gustavo André dos Santos Lopes
cataphract Thu, 14 Oct 2010 02:03:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304380 Log: - [DOC] Changed stream_get_contents() so that the offset is relative to the current position (seek with SEEK_CUR, not SEEK_SET). Only positive values

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ streamsfuncs.c tests/streams/bug46426.phpt tests/streams/stream_get_contents_001.phpt

2010-10-13 Thread Gustavo André dos Santos Lopes
cataphract Thu, 14 Oct 2010 02:39:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304382 Log: - Ooops. Fixed tests for rev #304380 (stream_get_contents() related) and a small error. Bug: http://bugs.php.net/304380 (error getting bug information)

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ streamsfuncs.c

2010-04-12 Thread Pierre Joye
pajoye Mon, 12 Apr 2010 08:40:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297867 Log: - fix inline doc Changed paths: U php/php-src/trunk/ext/standard/streamsfuncs.c Modified: php/php-src/trunk/ext/standard/streamsfuncs.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ streamsfuncs.c

2009-12-26 Thread Mikko Koppanen
mkoppanenSat, 26 Dec 2009 14:54:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292653 Log: No need to duplicate the string here Changed paths: U php/php-src/trunk/ext/standard/streamsfuncs.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ streamsfuncs.c

2009-12-24 Thread Mikko Koppanen
mkoppanenThu, 24 Dec 2009 13:57:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292596 Log: Fix the proto entry for trunk Changed paths: U php/php-src/trunk/ext/standard/streamsfuncs.c Modified: