]> granicus.if.org Git - php/commit
- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sat, 19 Feb 2011 01:28:37 +0000 (01:28 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sat, 19 Feb 2011 01:28:37 +0000 (01:28 +0000)
commita3a5157286a7a3cca159926801f0a5b3936d17c0
tree091893ff14ad1c8807fccc29ab2f74e110aaef08
parent356b6194879738c905ee1816c460491803826a88
- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
  stream when 0 is given as the value.
- PHP_STREAM_OPTION_WRITE_BUFFER no longer changes the chunk size in socket
  streams.
- Added stream_set_chunk_size() function.
- Some signedness fixes.
- Test for commit r308474, now that it's possible to actually test it.
UPGRADING
ext/standard/basic_functions.c
ext/standard/streamsfuncs.c
ext/standard/streamsfuncs.h
ext/standard/tests/file/userstreams_006.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_set_chunk_size.phpt [new file with mode: 0644]
main/streams/plain_wrapper.c
main/streams/xp_socket.c