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
/
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
-/* {{{ 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