Amphp Hpack Versions Save

HPack - HTTP/2 header compression implementation in PHP.

v3.2.1

2 months ago

What's Changed

Full Changelog: https://github.com/amphp/hpack/compare/v3.2.0...v3.2.1

v3.2.0

9 months ago
  • Improved detection of libnghttp2, i.e. libnghttp2.so.14 and looking in the Homebrew path

Full Changelog: https://github.com/amphp/hpack/compare/v3.1.7...v3.2.0

v3.1.7

9 months ago
  • Fixed encoding of headers with length of exactly 255 bytes (#12)

v3.1.6

9 months ago
  • Fixed decoding proxy-authenticate header (was decoded as proxy-authentication before)
  • Fix float conversion on too large integers (properly rejected with an exception now)

v3.1.5

10 months ago
  • Fixed decoding headers if FFI is enabled

Full Changelog: https://github.com/amphp/hpack/compare/v3.1.4...v3.1.5

v3.1.4

10 months ago

This release contains a broken version of the FFI implementation, please use v3.1.5 instead.

  • Fixed decoding headers if empty on older versions of PHP with FFI enabled (#13)

Full Changelog: https://github.com/amphp/hpack/compare/v3.1.3...v3.1.4

v3.1.3

10 months ago
  • Fixed encoding headers if the array contains non-strings.
  • Updated FFI usage in HPackNghttp2 for compatibility with PHP 8.3.

Full Changelog: https://github.com/amphp/hpack/compare/v3.1.2...v3.1.3

v3.1.2

10 months ago
  • Fixed decoding header values when empty.

Full Changelog: https://github.com/amphp/hpack/compare/v3.1.1...v3.1.2

v3.1.1

2 years ago

v3.1.0

4 years ago
  • Fixed possible DoS via table size updates
  • Fixed possible uninitialized string offset warnings on invalid data (#8)
  • Added static lookup tables to improve performance and memory usage if opcache is enabled (#9)