Last active
March 31, 2023 10:52
-
-
Save joanfabregat/3b522993c1ee9d532883b52ff0eb4074 to your computer and use it in GitHub Desktop.
Install PHP RAR extension (for PHP 8.1 / 8.2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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