Releases: xp-framework/zip
Releases · xp-framework/zip
11.3.2: Stream positioning fix
Compare
Sorry, something went wrong.
No results found
thekid
released this
18 Apr 10:38
11.3.1: Error handling fix
Compare
Sorry, something went wrong.
No results found
thekid
released this
14 Feb 20:36
Added PHP 8.6 to the test matrix - @thekid
Fixed isssue #8 : Undefined function raise() - @thekid
11.3.0: AES Support
Compare
Sorry, something went wrong.
No results found
thekid
released this
12 Dec 20:12
Merged PR #7 : Refactor encryption, adding AES-128, -192 and -256 write
support
(@thekid )
Merged PR #6 : Support listing entries (with encrypted content) without
password by deferring verification until content stream is accessed
(@thekid )
Merged PR #5 : Implement support for reading AES-enrypted entries
(@thekid )
11.2.2: Double-close fix
Compare
Sorry, something went wrong.
No results found
thekid
released this
22 Nov 09:11
Fixed ZipArchiveWriter potentially appending the ZIP central directory
to the end of the file more than once.
(@thekid )
11.2.1: Multiple close warning fix
Compare
Sorry, something went wrong.
No results found
thekid
released this
20 Nov 18:20
Fixed issue #4 : Undefined property: [...]ZipFileOutputStream::$data
when calling close() more than once.
(@thekid )
11.2.0: Library compatibility
Compare
Sorry, something went wrong.
No results found
thekid
released this
16 Aug 07:56
Added compatibility with xp-framework/math version 10.0+ - @thekid
Added compatibility with xp-forge/compression version 2.0+ - @thekid
11.1.0: XP 12 compatibility
Compare
Sorry, something went wrong.
No results found
thekid
released this
24 Mar 14:18
11.0.0: Deprecated streams methods removal
Compare
Sorry, something went wrong.
No results found
thekid
released this
04 Feb 10:19
Removed deprecated getInputStream() & getOutputStream() methods from
io.archive.zip.ZipFileEntry
(@thekid )
Merged PR #3 : Migrate to new testing library - @thekid
10.0.1: PHP 8.2 compatibility
Compare
Sorry, something went wrong.
No results found
thekid
released this
26 Feb 13:22
Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
10.0.0: ZipFile usage extension
Compare
Sorry, something went wrong.
No results found
thekid
released this
21 Oct 09:43
Made ZipFile::create() and ZipFile::open() accept file names,
io.Channel instances as well as in- and output streams
(@thekid )
Implemented xp-framework/rfc#341 , dropping compatibility with XP 9
(@thekid )