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