zstd

Zstandard extension


PHP extension for compression and decompression with Zstandard library.

License: MIT

Latest releases

Version Release Download
0.12.3 2023-04-29 zstd-0.12.3.tgz
0.12.2 2023-04-27 zstd-0.12.2.tgz
0.12.1 2023-01-22 zstd-0.12.1.tgz
0.12.0 2022-11-21 zstd-0.12.0.tgz
0.11.0 2021-10-03 zstd-0.11.0.tgz
Show all releases

Changelog

Version Message
0.12.3 - Fixed build warnings
0.12.2 - Updated built-in zstd library to 1.5.5
0.12.1 - Fixed build error in windows
0.12.0 - use fast parameter parsing API
- remove support for PHP 5
- update built-in zstd library to 1.5.1
0.11.0 - change response when compression level 0 of zstd_compress()
- add compression level arguments to zstd_compress_dict()
- change second argument of dictionary function to mandatory
- update built-in zstd library to 1.5.0
Show complete changelog