History log of /PHP-8.2/ext/standard/tests/streams/bug79000.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 10eb0b31 19-Dec-2019 Nikita Popov

Fixed bug #79000

Don't report EAGAIN/EWOULDBLOCK as errors for fwrite on
non-blocking socket streams. This matches behavior for fread,
as well as behavior for plain file streams.

Fixed bug #79000

Don't report EAGAIN/EWOULDBLOCK as errors for fwrite on
non-blocking socket streams. This matches behavior for fread,
as well as behavior for plain file streams.

Closes GH-5026.

show more ...