bz2

The Bz2 extension in PHP allows for file compression and decompression using the bzip2 algorithm

The Bz2 extension in PHP allows for file compression and decompression using the bzip2 algorithm. This extension is included in most PHP installations but requires activation in the `php.ini` file. To enable it, uncomment the line `;extension=bz2` and restart your web server.

Already included with PHP.