Package Information |
Summary |
Brotli extension |
Maintainers |
Tatsuya KAMIJO (lead)
[details]
|
License |
MIT |
Description |
PHP extension for compression and decompression with Brotli library. |
Homepage |
https://github.com/kjdev/php-ext-brotli
|
Release notes
Version 0.18.0
(stable)
|
- add: BROTLI_VERSION_TEXT and BROTLI_VERSION_NUMBER constants - change!: remove length argument for brotli_uncompress() - remove: BROTLI_LIB_VERSION that is no longer needed - fix: memory leak - refactor: change library version acquisition in ZEND_MINFO_FUNCTION to constant - refactor: zend parse parameters sets the return value on error to false |