Skip to content

Releases: DariusIII/rarinfo

Add sanitizeString function to deal with NULL bytes in filenames

18 Dec 10:23
Compare
Choose a tag to compare
v2.7.6

Fix PHPDoc block for sanitizeString function

PHP 7.4 compatibility release

15 Dec 21:13
Compare
Choose a tag to compare
v2.7.5

Prevent errors in ArchiveReader with PHP 7.4

Bugfix release

09 Dec 14:55
Compare
Choose a tag to compare
v2.7.4.2

 Remove return type hint from processFileTimes function

Hotfix release

20 Mar 11:25
Compare
Choose a tag to compare

Fix return type declaration in ArchiveInfo getFileList function

Release 2.7.4

20 Mar 10:32
Compare
Choose a tag to compare

Small changes to PHPDOC blocks, add return type declarations to functions.

Add __set method to ArchiveReader

04 Mar 18:45
Compare
Choose a tag to compare
v2.7.3

Add __set method

Version 2.7.2

14 Jan 13:59
Compare
Choose a tag to compare

Fixed:

  • Properly handle rar archives that do not have 'pack_size' block defined

Version 2.7.1.2

05 Jan 11:44
Compare
Choose a tag to compare

Removed:

  • Setters from ArchiveReader and ArchiveInfo classes

Version 2.7.1.1

05 Jan 11:28
Compare
Choose a tag to compare

Changed:

  • Make $externalClient property public

Version 2.7.1

04 Jan 19:15
Compare
Choose a tag to compare

Fixed

  • Fixed errors introduced with __set function in ArchiveInfo and ArchiveReader classes.