1.2.1533. ext/lzf

Extension 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.

<?php
$compressed = lzf_compress("This is test of LZF extension");

echo base64_encode($compressed);
?>

See also lzf and liblzf.

1.2.1533.1. Specs

Short name

Extensions/Extlzf

Rulesets

All, Appinfo, CE

Exakat since

1.3.5

PHP Version

All

Severity

Time To Fix

Precision

Very high

Available in

Entreprise Edition, Community Edition, Exakat Cloud