Archive7z Versions Save

This library provides handling of 7z files in PHP

5.7.0

4 months ago

allow symfony 7.0

5.6.0

10 months ago

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

5.5.0

1 year ago

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

5.4.0

2 years ago
  • add: pathMask to getEntries
  • add: limit to getEntries
  • performance optimization for getInfo and getEntry

5.3.0

2 years ago
  • add: general archive info
  • add: solid mode
  • some minor improvements

5.2.0

2 years ago
  • add: new possible data in Entry - "created" and "characteristics"
  • add: getWarnings function. function shows warnings in archive
  • some minor improvements

5.1.0

3 years ago
  • drop php 7.1/7.2 support
  • add php 8.0 support

5.0.0

4 years ago
  • 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 https://github.com/Gemorroj/Archive7z/compare/4.0.0...5.0.0

4.0.0

6 years ago

Minimal php version is 5.6 Minimal symfony/process version is 3.3 Add support symfony/process 4 full changess: https://github.com/Gemorroj/Archive7z/compare/3.0.0...4.0.0