| Package Information |
| Summary |
rar extension |
| Maintainers |
Antony Dovgal (developer) [wishlist] [details] Gustavo Lopes <cataphract@php.net> (lead) [details]
|
| License |
PHP License
|
| Description |
PHP extension for reading RAR archives using bundled unRAR library.
Note: the bundled unrar library has a more restrictive license, barring using it to re-create the RAR compression algorithm. See unrar/LICENSE.txt for details.
Windows binaries (VC 9, x86, 3.0.1):
This extension is also compatible with PHP 5.2; however, no Windows binaries for PHP 5.2 will be provided. |
Release notes Version 1.0.0 (stable) |
- Upgraded bundled UnRar to version 3.7.8.
- Updated source code to use new parameter parsing API.
- Fixed PECL bug #9002 (rar_list invalidates rar resource)
- Fixed PECL bug #11430 (rar_extract() doesn't close handles gracefully)
- rar_open() now throws an error when failed to open the specified file. |
|