aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpabs <pabs@pablotron.org>2009-01-29 14:21:22 -0500
committerpabs <pabs@pablotron.org>2009-01-29 14:21:22 -0500
commit3e41f883e83622b1bcb3f23ae16b544c6a946754 (patch)
treed359d56ca0fc5064c9dff732599cf5906ccfc4b0
parentc0785b1da251d89eb446ec4b9f096db6d23b0c1f (diff)
downloadzipstream-php-3e41f883e83622b1bcb3f23ae16b544c6a946754.tar.bz2
zipstream-php-3e41f883e83622b1bcb3f23ae16b544c6a946754.zip
update version again to test for window ssupport
-rw-r--r--zipstream.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/zipstream.php b/zipstream.php
index f73bcb0..ed071d7 100644
--- a/zipstream.php
+++ b/zipstream.php
@@ -295,7 +295,7 @@ class ZipStream {
# build file header
$fields = array( # (from V.A of APPNOTE.TXT)
array('V', 0x04034b50), # local file header signature
- array('v', 0x20), # version needed to extract
+ array('v', 0x63), # version needed to extract
array('v', 0x00), # general purpose bit flag
array('v', $meth), # compresion method (deflate or store)
array('V', $dts), # dos timestamp
@@ -409,7 +409,7 @@ class ZipStream {
$fields = array( # (from V,F of APPNOTE.TXT)
array('V', 0x02014b50), # central file header signature
array('v', 0x00), # version made by
- array('v', 0x20), # version needed to extract
+ array('v', 0x63), # version needed to extract
array('v', 0x00), # general purpose bit flag
array('v', $meth), # compresion method (deflate or store)
array('V', $dts), # dos timestamp