Установка

Расширение Rar в настоящее время доступно в PECL » http://pecl.php.net/package/rar.

Вы также можете воспользоваться установщиком PECL, чтобы установить расширение Rar. Для этого необходимо использовать команду: pecl -v install rar.

Также вы можете скачать архив tar.gz и установить Rar вручную:

Пример #1 Установка Rar

     gunzip rar-xxx.tgz
     tar -xvf rar-xxx.tar
     cd rar-xxx
     phpize
     ./configure && make && make install
     

Пользователи Windows могут скачать расширение в виде библиотеки dll php_rar.dll здесь: » http://snaps.php.net/win32/PECL_STABLE/.

Коментарии

After installing RAR 2.0.0 extension in PHP 5.3.3 on OpenSUSE 11.3 using pecl command line, i had to enable it by creating a file named 
/etc/php5/conf.d/rar.ini 
which contains this line
extension=rar.so
2010-11-27 22:21:47
http://php5.kiev.ua/manual/ru/rar.installation.html
Easiest way to install the current version for PHP5 on Debian is as below. You may need additional packages if you don't have the basics like GCC installed. Also, start in a temporary directory since many junk files are created.

sudo apt-get install php5-dev dh-make-php fakeroot xsltproc
dh-make-pecl --only 5 rar
cd php-rar-3.0.0
dpkg-buildpackage
sudo dpkg -i ../php5-rar_3.0.0-1_amd64.deb
2011-12-04 15:54:33
http://php5.kiev.ua/manual/ru/rar.installation.html
Windows users download php_rar.dll at http://pecl.php.net/package/rar

0. click the DLL link for Windows

1. download php_rar.dll for your php version

2. copy php_rar.dll to the "ext" folder

3. append the following directive to the [php] section of your working php.ini, you can search "extension=" and append it to the last extension directive.

extension=php_rar.dll

4. restart your web server and enjoy.
2015-11-07 09:17:34
http://php5.kiev.ua/manual/ru/rar.installation.html

    Поддержать сайт на родительском проекте КГБ