Skip to content

v3.1

Compare
Choose a tag to compare
@olssonm olssonm released this 13 Nov 13:43
· 14 commits to master since this release
7e15124

Now supports native PHP ZipArchive-methods if using PHP >= 7.2 and PHP Zip-extension >= 1.14.0. Else the package will fallback to the previous nelexa/zip-package methods.

This should prove to be more memory efficient.

Also some other minor edits and improvements.

Note: If upgrading and the above conditions are met, AES 128-encryption will be used instead of PKWARE/ZipCrypto as this is not Supported by PHP's ZipArchive if you're using the default encryption methods.