brotli

Brotli extension


PHP extension for compression and decompression with Brotli library.

License: MIT

Latest releases

Version Release Download
0.16.0 2025-04-22 brotli-0.16.0.tgz
0.15.2 2024-11-08 brotli-0.15.2.tgz
0.15.1 2024-11-05 brotli-0.15.1.tgz
0.15.0 2024-02-01 brotli-0.15.0.tgz
0.14.2 2023-09-03 brotli-0.14.2.tgz
Show all releases

Changelog

Version Message
0.16.0 - change: brotli.state resource in brotli_uncompress_{init,add}() to Btorli\UnCompress\Context class
- change: brotli.state resource in brotli_compress_{init,add}() to Btorli\Compress\Context class
0.15.2 - fix: argument format of type
- fix: incompatible pointer type
0.15.1 - fix: output handler
0.15.0 - change: default mode of brotli_uncompress_add() to BROTLI_FLUSH
- change: default mode of brotli_compress_add() to BROTLI_FLUSH
- add: BROTLI_FLUSH to environment variables
- remove: PHP 5 support
0.14.2 - fix module version
Show complete changelog