1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/main
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-07-09 15:07:23 +02:00
2017-04-30 20:27:39 +01:00
2017-02-12 00:06:35 +01:00
2017-07-09 15:47:01 +02:00
2017-07-09 15:07:23 +02:00
2017-01-04 11:23:42 -06:00
2017-10-19 11:48:27 +01:00
2014-12-13 23:06:14 +01:00
2017-05-28 08:51:41 -07:00
2017-06-21 11:25:05 +03:00
2017-01-04 11:23:42 -06:00
2017-07-09 15:07:23 +02:00
2017-07-09 15:07:23 +02:00
2017-07-09 15:07:23 +02:00
2017-07-09 15:07:23 +02:00
2017-07-09 15:31:05 +02:00
2017-01-04 11:23:42 -06:00
2017-07-09 15:07:23 +02:00
2017-01-04 11:23:42 -06:00
2017-07-09 15:07:23 +02:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-07-09 15:07:23 +02:00
2017-01-04 11:23:42 -06:00
2017-07-09 15:07:23 +02:00
2017-06-21 12:57:24 +03:00
2017-07-09 15:07:23 +02:00
2017-11-13 12:46:30 +01:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-07-09 15:07:23 +02:00
2017-07-09 15:15:17 +02:00
2017-07-09 15:07:23 +02:00
2017-01-04 11:23:42 -06:00
2017-07-09 15:07:23 +02:00
2017-01-04 11:23:42 -06:00
2017-07-09 15:07:23 +02:00
2017-08-25 22:12:23 +02:00