Description
Applications running on PHP 8.3 can read and write bzip2-compressed data. This runtime extension supports importers, log processors, backup scripts, and archive handlers that need to compress or decompress large files. It is dependency-only and has no separate launcher; PHP code calls bzip2 functions when enabled. Compressed input from untrusted sources needs size limits because decompression can consume far more disk or memory than the original size suggests.