Skip to content

laminas-http 2.11.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 23 Jun 15:11
· 175 commits to 2.22.x since this release
2.11.3

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #39 fixes the default user-agent header to replace escape characters with underscores, ensuring it works with all clients and servers.

  • #31 updates the socket and proxy adapters to retain the previous TLS defaults, which had broken with PHP 5.6.7+ due to a change in the meaning of the STREAM_CRYPTO_METHOD_TLS_CLIENT constant.