Skip to content

Instantly share code, notes, and snippets.

@joanfabregat
Last active March 31, 2023 10:52
Show Gist options
  • Save joanfabregat/3b522993c1ee9d532883b52ff0eb4074 to your computer and use it in GitHub Desktop.
Save joanfabregat/3b522993c1ee9d532883b52ff0eb4074 to your computer and use it in GitHub Desktop.
Install PHP RAR extension (for PHP 8.1 / 8.2)
# source: https://github.com/cataphract/php-rar/issues/17#issuecomment-1001826233
git clone https://hub.fastgit.org/cataphract/php-rar.git
cd php-rar
phpize
./configure
make
make install
cd ../
rm -rf php-rar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment