Releases: Ne-Lexa/php-zip
Releases · Ne-Lexa/php-zip
3.0.0
Merge ZipOutputFile
with ZipFile and optimize the zip archive update.
See the update instructions in README.md.
2.2.0
Features:
- create output object
ZipOutputFile
from ZipFile
in method ZipFile::edit()
.
- create output object
ZipOutputFile
from filename in static method ZipOutputFile::openFromFile(string $filename)
.