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

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