LZF is currently available through PECL
.
If is available on your *nix-like
system you can use the pear installer to install the LZF extension, by the
following command: pear -v install lzf.
You can always download the tar.gz package and install LZF by hand:
P��klad 1. LZF install by hand gunzip lzf-xxx.tgz
tar -xvf lzf-xxx.tar
cd lzf-xxx
phpize
./configure && make && make install |
|
You can pass --enable-lzf-better-compression
to optimize LZF for space rather then speed.
Windows users can download the extension dll php_lzf.dll
from .