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 checking curl response and filling error #78

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

armax15
Copy link
Contributor

@armax15 armax15 commented Dec 20, 2021

After changing CURLOPT_RETURN_TRANSFER to getting response with ob_ f…nctions, response will never be false (empty string instead) cause of this exceptions will never throw.

…unctions, response will never be false (empty string instead) cause of this exceptions will never throw.
gilberg-vrn and others added 14 commits March 9, 2022 19:39
- add options to request method
- add rawRequest to client
- add scroll wrapper
- add some bulk methods
- add method parameter and return value types
- bump min php version to 7.1
- replace ob_* to RETURN_TRANSFER (memory leaks not actual for PHP 5.4+)
- introduce fork capability (based on pid, forkManager interface required)
Cleanup code, code style, php7.1+
fixed problems with accessing on array offset and uninitialized strin…
…client

added function for custom protocol
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