[ANNOUNCEMENT] rar-2.0.0 (stable) Released.
[email protected] ("PECL Announce") 20 Apr 2010 12:49:57 -0000
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package rar-2.0.0 (stable) has been released at http://pecl.php.net/.
Release notes
-------------
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.
Package Info
-------------
PHP extension for reading RAR archives using bundled unRAR library.
Related Links
-------------
Package home: http://pecl.php.net/package/rar
Changelog: http://pecl.php.net/package-changelog.php?package=rar
Download: http://pecl.php.net/get/rar-2.0.0.tgz
Authors
-------------
Antony Dovgal (developer)
Gustavo Lopes <[email protected]> (lead)