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

zend-http 2.8.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 08 Jan 15:56
· 239 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #165 fixes detection of the base URL when operating under a CLI environment.

  • #149 provides fixes to Client::setUri() to ensure its status as a relative
    or absolute URI is correctly memoized.

  • #162 fixes a typo in an exception message raised within Cookies::fromString().

  • #121 adds detection for non-numeric connection timeout values as well as
    integer casting to ensure the timeout is set properly in both the Curl and
    Socket adapters.