Releases: DariusIII/rarinfo
Releases · DariusIII/rarinfo
Add sanitizeString function to deal with NULL bytes in filenames
PHP 7.4 compatibility release
v2.7.5 Prevent errors in ArchiveReader with PHP 7.4
Bugfix release
v2.7.4.2 Remove return type hint from processFileTimes function
Hotfix release
Fix return type declaration in ArchiveInfo getFileList function
Release 2.7.4
Small changes to PHPDOC blocks, add return type declarations to functions.
Add __set method to ArchiveReader
v2.7.3 Add __set method
Version 2.7.2
Fixed:
- Properly handle rar archives that do not have 'pack_size' block defined
Version 2.7.1.2
Removed:
- Setters from ArchiveReader and ArchiveInfo classes
Version 2.7.1.1
Changed:
- Make $externalClient property public
Version 2.7.1
Fixed
- Fixed errors introduced with __set function in ArchiveInfo and ArchiveReader classes.