Skip to content
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

Fix PHP 7 compatibility #176

Merged
merged 3 commits into from
Oct 6, 2015
Merged

Fix PHP 7 compatibility #176

merged 3 commits into from
Oct 6, 2015

Conversation

rmccue
Copy link
Collaborator

@rmccue rmccue commented Oct 6, 2015

Looks like we're accidentally using CURLOPT_FILE still, but it was obsoleted by #147/#172.

There might be further problems too.

Fixes #171.

We now handle this via the body streaming.
@rmccue rmccue added this to the 1.7 milestone Oct 6, 2015
In PHP 7, $start being the same length of the string now returns an
empty string, rather than false.
@rmccue
Copy link
Collaborator Author

rmccue commented Oct 6, 2015

Huzzah, we have PHP 7 compatibility! :D

rmccue added a commit that referenced this pull request Oct 6, 2015
@rmccue rmccue merged commit 4e5c649 into master Oct 6, 2015
@rmccue rmccue deleted the php7-compatibility branch October 6, 2015 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant