Open thomasvargiu opened 6 years ago
Removing the milestone; I suspect this patch will take a bit of back and forth before it's ready, and we're otherwise ready for the 2.9.0 release. We can target 2.10.0 for this.
@thomasvargiu You will need to rebase against current develop before you start applying changes.
@thomasvargiu You will need to rebase against current develop before you start applying changes.
@weierophinney should I target develop branch for merge?
Yes, please.
On Sun, Jan 13, 2019, 6:04 AM Thomas Mauro Vargiu <notifications@github.com wrote:
@thomasvargiu https://github.com/thomasvargiu You will need to rebase against current develop before you start applying changes.
@weierophinney https://github.com/weierophinney should I target develop branch for merge?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zendframework/zend-http/pull/157#issuecomment-453824021, or mute the thread https://github.com/notifications/unsubscribe-auth/AABlVw0jtiMLKWbVU8T8dhB4rMJ0eWwAks5vCyDAgaJpZM4Xd9qx .
This repository has been closed and moved to laminas/laminas-http; a new issue has been opened at https://github.com/laminas/laminas-http/issues/4.
This repository has been moved to laminas/laminas-http. If you feel that this patch is still relevant, please re-open against that repository, and reference this issue. To re-open, we suggest the following workflow:
git rebase -i origin/{branch}
)
Changed
Zend\Http\Client
. Anyway, usage of relative URIs has no sense and no adapter can handle it.Fixed
Zend\Http\Cookies::getAllCookies(Zend\Http\Cookies::COOKIE_STRING_ARRAY)
.Zend\Http\Cookies::getAllCookies(Zend\Http\Cookies::COOKIE_STRING_CONCAT)
.