Closed Nyholm closed 5 years ago
From what i have seen it seems that stream_set_chunk_size
does not work like before in php 7.2. Don't know what change but this is only explanation possible.
And i don't know a way to mimick this behavior, should we just skip this test ?
Ok, after some search it's coming from fread which now better respect length pass to it #110 should fix those tests
can you please rebase on master now that the chunk issue should be fixed?
I think tests are played on the merged version and since there are green we can safely merge this ?
thanks. indeed, restarting the tests was enough.
is there a change in php 7.2 that messes up our chunk stream? or only the test for the chunk stream?