This repository has been archived by the owner on May 12, 2022. It is now read-only.
Releases: brokencube/ZipStream64
Releases · brokencube/ZipStream64
Ensure files within Zip are legal Windows filenames
Stripping \ : * ? " < > | from filenames within the Zip to stop problems when extracting on a Windows system.
Better zipname fix than previous release
0.2.1.5 Just always output UTF-8 encoded zip name
Zip name special character bug fix
- Sanitize attachment download filename for safety
- Support UTF-8 characters in zip names
0.2.1.3
BUGFIX! Incorrect headers sent for ->addFile()
OSX Bugfix for <4GB files
0.2.1.2 Changing version down to "1.0" for non 64bit Zips, for MacOSX compata…
Minor bug fix
0.2.1.1 Fixing incorrect general purpose bit setting in CDR
0.2.1.0
Fixing >4GB files not correctly detecting 64bit CDR offset
Turn off Zip64 on request + optimisations
Added ability to supress Zip64 headers (at your own risk), Improved stream/PSR7 code to only read in file once, using Data Definition blocks.
First release
Added ZIP64 support to ZipStream. (this add PHP-64bit v5.6+ requirement)
Added PSR7 stream support