diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2009-02-22-zipstream-php-0-2-0-released.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2009-02-22-zipstream-php-0-2-0-released.html')
-rw-r--r-- | content/posts/2009-02-22-zipstream-php-0-2-0-released.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/content/posts/2009-02-22-zipstream-php-0-2-0-released.html b/content/posts/2009-02-22-zipstream-php-0-2-0-released.html new file mode 100644 index 0000000..0f69597 --- /dev/null +++ b/content/posts/2009-02-22-zipstream-php-0-2-0-released.html @@ -0,0 +1,24 @@ +--- +date: "2009-02-22T04:57:58Z" +title: ZipStream-PHP 0.2.0 Released +--- + +<p>Version 0.2.0 of <a href="http://pablotron.org/software/zipstream-php/">ZipStream-PHP</a> is out. The two changes are:</p> + +<ul> +<li>Generated archives work with the Windows XP "compressed folder" feature.</li> +<li>Dropped support for PHP 4.</li> +</ul> + +<p>Here are the relevant links:</p> + +<ul> +<li><a href="http://pablotron.org/files/zipstream-php-0.2.0.tar.gz">Download ZipStream-PHP 0.2.0 Tarball</a> (<a href="http://pablotron.org/files/zipstream-php-0.2.0.tar.gz.asc">Signature</a>)</li> +<li><a href="http://redmine.pablotron.org/projects/show/zipstream-php">ZipStream-PHP Bug Tracker</a></li> +<li><a href="http://hg.pablotron.org/zipstream-php">ZipStream-PHP Mercurial Repository</a></li> +</ul> + +<p>As you can see from the link above, I'm using <a href="http://redmine.org/">Redmine</a> for bug and +feature tracking. I've been using it for several months and it's +fantastic.</p> + |