-
Notifications
You must be signed in to change notification settings - Fork 62
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
Broken if "kriswallsmith/buzz" > 0.16.1 #74
Comments
Also because of curl send method which is deprecated in buzz package client class, setClient prompts an deprecated error. |
candasm
added a commit
to candasm/transmission-php
that referenced
this issue
Nov 7, 2018
I will like to fix issue kleiram#74 with locking buzz package version.
a backwards-compatible quick-fix is to simply give the connecting host address to Client in the constructor, eg:
instead of
|
Made changes to use version 0.15.2 of buzz dependency. Here's the forked repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems there are some changes in Buzz API(https://github.com/kriswallsmith/Buzz) since 0.17. That's why transmission-php is broken now. It fails with message about missing class Buzz\Message\Request now.
But everything is fine in versions 0.16.x. Let's make restriction up to this version.
The text was updated successfully, but these errors were encountered: