- some fixes on PHPDoc
- added checks on types when needed
Changed
- Throw an exception when unable to uncompress response content
- Relative URIs are not allowed anymore in
Zend\Http\Client.
Anyway, usage of relative URIs has no sense and no adapter can handle it.
Fixed
- Fixed
Zend\Http\Cookies::getAllCookies(Zend\Http\Cookies::COOKIE_STRING_ARRAY).
- Fixed
Zend\Http\Cookies::getAllCookies(Zend\Http\Cookies::COOKIE_STRING_CONCAT).
- Fixed use of HTTP URIs with empty path in Request
Originally posted by @thomasvargiu at zendframework/zend-http#157
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).Originally posted by @thomasvargiu at zendframework/zend-http#157