首先选择对应自己的rar版本去下载
https://pecl.php.net/package/rar
我这边用的是4.2,4.1貌似不可以
下载解压
wget https://pecl.php.net/get/rar-4.2.0.tgz
tar -xvf rar-4.2.0.tgz进入rar-4.2.0.tgz后执行下面代码
/usr/local/php74/bin/phpize
./configure --with-php-config=/usr/local/php74/bin/php-config
make
sudo make install
然后去php.ini中添加
extension= rar.so 或者 extension= rar
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号