PHP 8.3.4 Released!

Funciones LZF

Tabla de contenidos

add a note

User Contributed Notes 1 note

up
-7
grenier at cgsecurity dot org
18 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
To Top