| 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 2.0.0 (stable) |
Changes with respect to release 2.0.0RC1:
- Fixed infinite loop when opening RAR archive missing a volume (later report in bug #17177).
- Fixed bug #17025 (changed the name of method RarArchive::list into RarArchive::getEntries). If backwards compatibility with the release candidate is required, RarArchive::list can be reintroduced by defining RAR_ARCHIVE_LIST_ALIAS.
Incompatible changes with respect to release 1.0.0:
PHP Support:
- Support for PHP 4.3 dropped. PHP 5.2.x or 5.3.x is required.
API backwards incompatible changes:
- Handles unicode filenames (uses UTF-8 external encoding). The file names inside the RAR archives are always returned in UTF-8. This will probably break your scripts.
- Calling rar_close/RarArchive::close() invalidates RarEntry objects (actually, only extraction is forbidden, but don't rely on it).
For the other changes, see the changelog for version 2.0.0RC1. |
|