diff options
author | pabs <pabs@pablotron.org> | 2009-03-09 22:28:01 -0400 |
---|---|---|
committer | pabs <pabs@pablotron.org> | 2009-03-09 22:28:01 -0400 |
commit | e931073d578e0c6d424a26f0f5f66fa99cfebe8f (patch) | |
tree | bf176c5b63c003c8a8b913341e75003bf2a146ca | |
parent | 4460699c0ea1324e14a129a0e312a9d73555f7d9 (diff) | |
download | zipstream-php-e931073d578e0c6d424a26f0f5f66fa99cfebe8f.tar.bz2 zipstream-php-e931073d578e0c6d424a26f0f5f66fa99cfebe8f.zip |
fixes for winzip 9.0
-rw-r--r-- | zipstream.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zipstream.php b/zipstream.php index a073864..fdf923c 100644 --- a/zipstream.php +++ b/zipstream.php @@ -303,7 +303,6 @@ class ZipStream { $fields = array( # (from V.A of APPNOTE.TXT) array('V', 0x04034b50), # local file header signature array('v', (6 << 8) + 3), # version needed to extract - array('v', 63), # version needed to extract array('v', 0x00), # general purpose bit flag array('v', $meth), # compresion method (deflate or store) array('V', $dts), # dos timestamp |