mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-15 05:21:14 +00:00
Added extensions: lz4, lzf and zstd
This commit is contained in:
8
php_modules/lzf/README.md
Normal file
8
php_modules/lzf/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# lzf
|
||||
|
||||
LZF is a very fast compression algorithm, ideal for saving space with only slight speed cost. It can be optimized for speed or space at the time of compilation. This extension is using liblzf library by Marc Lehmann for its operations.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| PHP.net | https://www.php.net/manual/en/book.lzf.php |
|
||||
| Pecl | https://pecl.php.net/package/lzf |
|
||||
Reference in New Issue
Block a user