X This is a work-in-progress experimental design. Things will be broken and unfinished! You may prefer php.net

LZF Functions

Table of Contents

add a note add a note

User Contributed Notes 1 note

up
0
grenier at cgsecurity dot org
7 years ago
To install lzf, you can use

gunzip lzf-xxx.tgz
tar -xvf lzf-xxx.tar
cd lzf-xxx
phpize
./configure && make && make install