rar extension
PHP extension for reading RAR archives using bundled unRAR library.
License: PHP License
Version | Release | Download |
4.2.0 | 2020-12-06 | rar-4.2.0.tgz |
4.1.0 | 2020-10-11 | rar-4.1.0.tgz |
4.0.0 | 2017-07-22 | rar-4.0.0.tgz |
3.0.2 | 2013-10-14 | rar-3.0.2.tgz |
3.0.1 | 2012-07-29 | rar-3.0.1.tgz |
Version | Message |
4.2.0 |
- Support PHP 8. - Merge unrar 6.0.2. - RarArchive implements IteratorAggregate (PHP 8 only). |
4.1.0 |
- Merge changes made to unrar up to version 5.5.6. - Support PHP 7.2, PHP 7.3 and PHP 7.4. - Update to unrar 5.9.4 - Fix bug #76592: streaming unpacking of uncompressed files incomplete |
4.0.0 |
- Merge changes made to unrar up to version 5.5.6. - Support PHP 7.0 and PHP 7.1. - Added functions RarEntry::getRedirType(), RarEntry::isRedirectToDirectory() and RarEntry::getRedirTarget(), as well as the following constants on RarEntry: FSREDIR_UNIXSYMLINK, FSREDIR_WINSYMLINK, FSREDIR_JUNCTION, FSREDIR_HARDLINK and FSREDIR_FILECOPY. - Changed stat handler to return UTC time for creation, modification and access time (does not work reliably on Windows). - Fix cloning of RarArchive being allowed. |
3.0.2 |
- Fixed build with PHP 5.5. - Upgraded bundled unrar to version 4.2.4. |
3.0.1 |
Changes in this version: - Merge changes made to unrar up to version 4.2.2. - Fix leak in PHP >= 5.3.11 (except 5.4.0) and compile error in master. - Fix some tests failing if TZ != Europe/Lisbon. - Fix bad pointer in an error message. - Added test for bug #59939 (can't reproduce). |