lzf: Changelog

Version Message
1.7.0 - drop support for PHP 7.1 and older
- add type hinting
1.6.8 - fix filter prototype for 7.2+
1.6.7 - increase compression buffer up to 104% to avoid failure when output is larger than input
- don't try to compress very large input (>4GB)
1.6.6 - update bundled liblzf to 3.6
1.6.5 - optimize lzf_decompress on large input (~20%)
- use safe allocation to avoid integer overflow
1.6.4 - Fixed bug #70727 zend_mm_heap corrupted when uncompressed size multiple of 1024
1.6.3 - PHP 7 compatibility
- move liblzf sources to /lib directory
- add --with-liblzf option to use system liblzf
- add LICENSE file in documentation
- adapt Windows build (Anatol)
- add arginfo for reflection
1.6.2 Fixed package.xml
1.6.1 Fixed build on PHP 5.3+
1.5.2 Fixed segfault in phpinfo()
1.5.1 Updated bundled library to the newest version (3.4).
1.5.0 Updated bundled library to the newest version.