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

Releases: brokencube/ZipStream64

Ensure files within Zip are legal Windows filenames

Choose a tag to compare

@brokencube brokencube released this 27 Jul 16:24

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

Better zipname fix than previous release

Choose a tag to compare

@brokencube brokencube released this 08 Jul 15:27
0.2.1.5

Just always output UTF-8 encoded zip name

Zip name special character bug fix

Choose a tag to compare

@brokencube brokencube released this 08 Jul 13:40
  • Sanitize attachment download filename for safety
  • Support UTF-8 characters in zip names

0.2.1.3

Choose a tag to compare

@brokencube brokencube released this 31 Mar 11:03
BUGFIX! Incorrect headers sent for ->addFile()

OSX Bugfix for <4GB files

Choose a tag to compare

@brokencube brokencube released this 29 Feb 09:57
0.2.1.2

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

Minor bug fix

Choose a tag to compare

@brokencube brokencube released this 26 Feb 16:24
0.2.1.1

Fixing incorrect general purpose bit setting in CDR

0.2.1.0

Choose a tag to compare

@brokencube brokencube released this 25 Jan 12:45
Fixing >4GB files not correctly detecting 64bit CDR offset

Turn off Zip64 on request + optimisations

Choose a tag to compare

@brokencube brokencube released this 25 Jan 10:31
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

Choose a tag to compare

@brokencube brokencube released this 21 Jan 16:41

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