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

Use --EXTENSIONS-- instead of --SKIPIF-- in new test case


# 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 ...