Skip to content

Fix #81346: Non-seekable streams don't update position after write#7356

Closed
cmb69 wants to merge 1 commit intophp:PHP-7.4from
cmb69:cmb/81346
Closed

Fix #81346: Non-seekable streams don't update position after write#7356
cmb69 wants to merge 1 commit intophp:PHP-7.4from
cmb69:cmb/81346

Conversation

@cmb69
Copy link
Member

@cmb69 cmb69 commented Aug 10, 2021

The stream position is not related to the buffer, and needs to be
updated for non-seekable streams as well. The erroneous condition
around the position update is a relict of an old commit[1].

The unexpected test expectation is due to bug #81345.

[1] 088e269

The stream position is not related to the buffer, and needs to be
updated for non-seekable streams as well.  The erroneous condition
around the position update is a relict of an old commit[1].

The unexpected test expectation is due to bug #81345.

[1] <php@088e269>
@cmb69 cmb69 closed this in 4a1af1f Aug 10, 2021
@cmb69 cmb69 deleted the cmb/81346 branch August 10, 2021 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants