Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Fix bug #7746 #7747

Closed
wants to merge 1 commit into from
Closed

Fix bug #7746 #7747

wants to merge 1 commit into from

Conversation

niloct
Copy link

@niloct niloct commented Dec 9, 2016

Fixing bug: Zend_Http_Client::setCookies fails with array argument

This bugfix makes it pass the entire array to addCookie.

…n release-2.4 zendframework#7746

This bugfix makes it pass the entire array to `addCookie`.
@Ocramius
Copy link
Member

Ocramius commented Dec 9, 2016

Linking #7746

@Ocramius
Copy link
Member

Ocramius commented Dec 9, 2016

This is a patch against a very old version of the framework.

We'd need:

  • tests
  • a patch against a newer version, if the bug applies there too

Also, cookies should indeed be indexed by name here. Maybe it's more of an API problem?

@niloct
Copy link
Author

niloct commented Dec 9, 2016

Sorry for poor linking.

I just used composer to install the whole framework in a project:

{
    "require": {
        "zendframework/zendframework": "^3.0"
    }
}

@weierophinney
Copy link
Member

The 2.4 release has reached EOL; closing.

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

Successfully merging this pull request may close these issues.

None yet

4 participants