The new PECL package zip-1.18.0 (stable) has been released at 
https://pecl.php.net/.

Release notes
-------------
- add ZipArchive::FL_RECOMPRESS, FL_ENCRYPTED, FL_OVERWRITE, FL_LOCAL,
  FL_CENTRAL constants
- add optional "flags" parameter to ZipArchive::addEmptyDir, addFile and
  addFromString methods
- add "flags" options to ZipArchive::addGlob and addPattern methods,
  keeping previous behavior having FL_OVERWRITE by default
- add ZipArchive::replaceFile() method
- add lastId property to ZipArchive
- make status, statusSys properties and ZipArchive::getStatusString() method
  available after archive is closed
- Fixed bug #72374 remove_path option strips first char of filename
- Fixed bug #50678 files extracted lost their original modified time

Package Info
-------------
Zip is an extension to create, modify and read zip files.

Related Links
-------------
Package home: https://pecl.php.net/package/zip
   Changelog: https://pecl.php.net/package-changelog.php?package=zip
    Download: https://pecl.php.net/get/zip-1.18.0.tgz

Authors
-------------
Pierre Joye (lead)
Remi Collet (lead)

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to