Skip to content

Releases: Gemorroj/Archive7z

v5.7.0

22 Dec 14:10
Compare
Choose a tag to compare

allow symfony 7.0

v5.6.0

03 Jul 18:03
Compare
Choose a tag to compare

BC Beak: drop php 7.4 support.
add: getters for raw 7-zip data

v5.5.0

18 Mar 19:38
Compare
Choose a tag to compare

BC Beak: drop php 7.3 support. Added type hints
fix: physicalSize missing from gzip files #32
fix: getCrc() fails sometimes #30

v5.4.0

03 Apr 12:25
Compare
Choose a tag to compare
  • add: pathMask to getEntries
  • add: limit to getEntries
  • performance optimization for getInfo and getEntry

v5.3.0

22 Feb 10:05
Compare
Choose a tag to compare
  • add: general archive info
  • add: solid mode
  • some minor improvements

v5.2.0

13 Nov 08:14
Compare
Choose a tag to compare
  • add: new possible data in Entry - "created" and "characteristics"
  • add: getWarnings function. function shows warnings in archive
  • some minor improvements

v5.1.1

12 Feb 11:09
Compare
Choose a tag to compare

v5.1.0

06 Feb 19:39
Compare
Choose a tag to compare
  • drop php 7.1/7.2 support
  • add php 8.0 support

v5.0.0

31 Dec 13:11
Compare
Choose a tag to compare
  • drop php 5.6/7.0 support
  • add support all 7-zip formats (#8)
  • equivalent / and \ in file paths (#9)
  • add timeout variable (#16)
  • refactoring

see full changes 4.0.0...5.0.0

v4.0.0

26 Feb 13:19
Compare
Choose a tag to compare

Minimal php version is 5.6
Minimal symfony/process version is 3.3
Add support symfony/process 4
full changess: 3.0.0...4.0.0