mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-01-17 20:58:22 +01:00
375 B
375 B
3.0.0 (2017-03-15)
Merge ZipOutputFile
with ZipFile and optimize the zip archive update.
See the update instructions in README.md.
2.2.0 (2017-03-02)
Features:
- create output object
ZipOutputFile
fromZipFile
in methodZipFile::edit()
. - create output object
ZipOutputFile
from filename in static methodZipOutputFile::openFromFile(string $filename)
.