Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard streamsfuncs.c

2006-03-28 Thread Sara Golemon
Aren't you going to merge this to the 5.1 branch? This change seems pretty useful to me. I have nothing against merging to 5.1, but that's up to the RM as it's new functionality. -Sara - Original Message - pollita Sun Mar 26 04:40:11 2006 UTC Modified files: /php-src NEWS /

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard streamsfuncs.c

2006-03-27 Thread Nuno Lopes
Aren't you going to merge this to the 5.1 branch? This change seems pretty useful to me. Nuno - Original Message - pollita Sun Mar 26 04:40:11 2006 UTC Modified files: /php-src NEWS /php-src/ext/standard streamsfuncs.c Log: Expand stream_context_create() to allow specifying

[PHP-CVS] cvs: php-src / NEWS /ext/standard streamsfuncs.c

2006-03-25 Thread Sara Golemon
pollita Sun Mar 26 04:40:11 2006 UTC Modified files: /php-srcNEWS /php-src/ext/standard streamsfuncs.c Log: Expand stream_context_create() to allow specifying params as well as options. Ignore the internal name change of the first arg. The first

[PHP-CVS] cvs: php-src / NEWS /ext/standard streamsfuncs.c /ext/standard/tests/file stream_get_line.phpt

2005-07-05 Thread Ilia Alshanetsky
iliaa Tue Jul 5 15:24:07 2005 EDT Added files: /php-src/ext/standard/tests/filestream_get_line.phpt Modified files: /php-srcNEWS /php-src/ext/standard streamsfuncs.c Log: Fixed crash inside stream_get_line() when lengt

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard streamsfuncs.c

2005-06-22 Thread Nuno Lopes
-/* {{{ proto long stream_copy_to_stream(resource source, resource dest [, long maxlen ]) +/* {{{ proto long stream_copy_to_stream(resource source, resource dest [, long maxlen [, long pos]]) Reads up to maxlen bytes from source stream and writes them to dest stream. */ PHP_FUNCTION(stream_c

[PHP-CVS] cvs: php-src / NEWS /ext/standard streamsfuncs.c

2005-06-17 Thread Ilia Alshanetsky
iliaa Fri Jun 17 19:29:21 2005 EDT Modified files: /php-srcNEWS /php-src/ext/standard streamsfuncs.c Log: Added offset parameter to the stream_copy_to_stream() function. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1927&r2=1.1928&ty=u Index:

[PHP-CVS] cvs: php-src / NEWS /ext/standard streamsfuncs.c

2004-10-12 Thread Ilia Alshanetsky
iliaa Tue Oct 12 19:25:24 2004 EDT Modified files: /php-srcNEWS /php-src/ext/standard streamsfuncs.c Log: MFH: Added optional offset parameter to stream_get_contents(). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1818&r2=1.1819&ty=u Index: