Skip to content

Releases: DariusIII/rarinfo

Version 2.7.0.1

04 Jan 14:21
Compare
Choose a tag to compare

This is a bugfix release

Version 2.7.0

04 Jan 13:59
Compare
Choose a tag to compare

Update:

  • Update for PHP 7.2, lower versions are not supported anymore.

v2.6.1

08 Aug 14:03
Compare
Choose a tag to compare
  • Cast $range as integer

v2.6.0

08 Aug 12:20
Compare
Choose a tag to compare
  • Update comparisons to use strict comparisons

  • Update PHPDOC blocks with @throw tags

  • Unset variables by reference after foreach loops (where needed) to prevent unintentional overwriting/changing of variables

  • Prevent high CPU usage when using array_merge in foreach loops