Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Releases: brokencube/ZipStream64

Ensure files within Zip are legal Windows filenames

27 Jul 16:24
Compare
Choose a tag to compare

Stripping \ : * ? " < > | from filenames within the Zip to stop problems when extracting on a Windows system.

Better zipname fix than previous release

08 Jul 15:27
Compare
Choose a tag to compare
0.2.1.5

Just always output UTF-8 encoded zip name

Zip name special character bug fix

08 Jul 13:40
Compare
Choose a tag to compare
  • Sanitize attachment download filename for safety
  • Support UTF-8 characters in zip names

0.2.1.3

31 Mar 11:03
Compare
Choose a tag to compare
BUGFIX! Incorrect headers sent for ->addFile()

OSX Bugfix for <4GB files

29 Feb 09:57
Compare
Choose a tag to compare
0.2.1.2

Changing version down to "1.0" for non 64bit Zips, for MacOSX compata…

Minor bug fix

26 Feb 16:24
Compare
Choose a tag to compare
0.2.1.1

Fixing incorrect general purpose bit setting in CDR

0.2.1.0

25 Jan 12:45
Compare
Choose a tag to compare
Fixing >4GB files not correctly detecting 64bit CDR offset

Turn off Zip64 on request + optimisations

25 Jan 10:31
Compare
Choose a tag to compare
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

21 Jan 16:41
Compare
Choose a tag to compare

Added ZIP64 support to ZipStream. (this add PHP-64bit v5.6+ requirement)
Added PSR7 stream support