Skip to content

3.2.0

Compare
Choose a tag to compare
@Ne-Lexa Ne-Lexa released this 09 Jan 14:57
· 68 commits to master since this release
  • Fixed memory leak.
  • Fixed ZIP64 (large zip files) problem.
  • Added new methods:
    • ZipFile::getEntry()
    • ZipFile::getEntries()
    • ZipFile::addSplFile()
    • ZipFile::addFromFinder()
  • New internal ZipReader and ZipWriter classes
  • Added .phpstorm.meta.php file for auto-completion in PhpStorm
  • ZipFileInterface and ZipInfo are deprecated

Fix #13
Fix #16
Fix #27
Fix #31
Fix #41