1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/archivers/php-lz4/pkg-descr
Rodrigo Osorio 3f92e6c3f9 Add two new ports archivers/php-zstd and archivers/php-lz4
php-zstd is a PHP extension for zstd compresssion algorithm
https://github.com/kjdev/php-ext-zstd

php-lz4 is a PHP extension for the lz4 compression algorithm
https://github.com/kjdev/php-ext-lz4

PR:		236742
Submitted by:	Paavo-Einari Kaipila <pkaipila@gmail.com>
2019-04-02 22:00:55 +00:00

6 lines
180 B
Plaintext

This is the extension PHP extension for lz4
a lossless compression algorithm, providing
hi compression speed and multi-core scalability.
WWW: https://github.com/kjdev/php-ext-lz4