From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- .../posts/2009-05-30-zipstream-php-0-2-2-released.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/posts/2009-05-30-zipstream-php-0-2-2-released.html (limited to 'content/posts/2009-05-30-zipstream-php-0-2-2-released.html') diff --git a/content/posts/2009-05-30-zipstream-php-0-2-2-released.html b/content/posts/2009-05-30-zipstream-php-0-2-2-released.html new file mode 100644 index 0000000..9ddee8e --- /dev/null +++ b/content/posts/2009-05-30-zipstream-php-0-2-2-released.html @@ -0,0 +1,18 @@ +--- +date: "2009-05-30T07:25:41Z" +title: ZipStream-PHP 0.2.2 Released +--- + +

+I just released version 0.2.2 of ZipStream-PHP. ZipStream-PHP is a library that allows you to generate and stream zip files on the fly without writing an intermediate temporary file to the disk. It works with existing files and dynamically generated content, and has been used to dynamically generate zip files hundreds of megabytes in size. +

+ +

+This release of ZipStream-PHP updates the license to remove the advertising clause and fixes a few errors in the documentation. There are no code changes; if you're happy with 0.2.1 there is no immediate reason to upgrade. +

+ + -- cgit v1.2.3