3.3.0
- Zip entries remain unchanged when writing to class ZipWriter.
- You can override ZipContainer to implement your logic to support a zip-compatible format (for example, APK or EPUB).
- Signature of
ZipFile::extractTo()
method changed. Added parameter&$extractEntries
, which contains information about the extracted files.