Description
Legacy PHP 5.6 applications can read and write bzip2-compressed data. This is useful for old importers, backups, logs, package processing, and data-transfer workflows that rely on .bz2 files.
It is a compression extension. Compressed files can expand to much larger data or contain untrusted content, so applications should limit sizes and validate what they decompress.