diff options
| -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 | 
