History log of /PHP-7.4/ext/standard/tests/filters/bug81302.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 40b31fcc 10-Aug-2021 Christoph M. Becker

Fix #81302: Stream position after stream filter removed

When flushing the stream filters actually causes data to be written to
the stream, we need to update its position, because that is

Fix #81302: Stream position after stream filter removed

When flushing the stream filters actually causes data to be written to
the stream, we need to update its position, because that is not done by
the streams' write methods.

Closes GH-7354.

show more ...