| Package Information |
| Summary |
Zstandard extension |
| Maintainers |
Tatsuya KAMIJO (lead)
[details]
|
| License |
MIT |
| Description |
PHP extension for compression and decompression with Zstandard library. |
| Homepage |
https://github.com/kjdev/
|
Release notes
Version 0.16.0
(stable)
|
- add: configurable compression level for APCu serializer (zstd.apcu_compression_level) - fix: undefined behavior in zstd_uncompress_add by switching to smart_str API - fix: build on PHP 8.6+ |