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

PHRETS depends on Guzzle, but latest Guzzle causes problems #298

Open
acmwallace opened this issue Nov 30, 2021 · 1 comment
Open

PHRETS depends on Guzzle, but latest Guzzle causes problems #298

acmwallace opened this issue Nov 30, 2021 · 1 comment

Comments

@acmwallace
Copy link

Specifically with the function setDefaultOption:

$this->rets_session->getClient()->setDefaultOption()

This seems to translate down to calling setDefaultOption on a Guzzle client, but somewhere along the line, Guzzle removed that function. This is mainly an issue for me, as I am trying to set up some cookie parameters, and can't. Is there a way to specify a version of guzzle in the dependencies that still contains this function? Or is there another way to set cookie parameters in PHRETS?

@MinaWilliam
Copy link
Contributor

MinaWilliam commented Dec 2, 2021

@troydavisson this PR fixes the issue, could you merge it plz? #297

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

No branches or pull requests

2 participants