1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Files
archived-php-src/main/streams
Sara Golemon 0a45e8f096 Bugfix#75515 php://streams behaving greedily
5060fc23 attempted to fix #68948 by treating all non-uri streams
as non-blocking, however php://fd/* streams (which includes stdin)
may block if the other end of the IPC isn't finished.

This represents a partial revert to the pre RC6 state,
but includes an escape hatch for php://memory and php://temp
streams which are local to the current process.

This also restores stream_set_chunk_size test to previous state.
2017-11-13 09:40:34 -05:00
..
2017-01-04 11:23:42 -06:00
2017-01-09 16:08:31 -08:00
2017-07-09 15:11:02 +02:00
2017-01-04 11:23:42 -06:00
2017-07-10 15:48:54 +02:00
2017-01-04 11:23:42 -06:00
2017-04-27 11:13:00 +02:00