Skip to content

Test on php 7.3 #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 19, 2019
Merged

Test on php 7.3 #107

merged 2 commits into from
Feb 19, 2019

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Dec 26, 2018

No description provided.

@dbu
Copy link
Contributor

dbu commented Dec 27, 2018

is there a change in php 7.2 that messes up our chunk stream? or only the test for the chunk stream?

@joelwurtz
Copy link
Member

joelwurtz commented Feb 16, 2019

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 ?

@joelwurtz
Copy link
Member

Ok, after some search it's coming from fread which now better respect length pass to it #110 should fix those tests

@dbu dbu closed this in #110 Feb 18, 2019
@dbu dbu reopened this Feb 18, 2019
@dbu
Copy link
Contributor

dbu commented Feb 18, 2019

can you please rebase on master now that the chunk issue should be fixed?

@joelwurtz
Copy link
Member

I think tests are played on the merged version and since there are green we can safely merge this ?

@dbu dbu merged commit f7159b6 into php-http:master Feb 19, 2019
@dbu
Copy link
Contributor

dbu commented Feb 19, 2019

thanks. indeed, restarting the tests was enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants