From a961c0ff311ff0a706ee81a11be0225dace5bfc3 Mon Sep 17 00:00:00 2001 From: pabs Date: Wed, 22 Aug 2007 23:20:22 -0400 Subject: add "version made by" to cdr header. --- zipstream.php | 1 + 1 file changed, 1 insertion(+) diff --git a/zipstream.php b/zipstream.php index 53917ec..7e55fd1 100644 --- a/zipstream.php +++ b/zipstream.php @@ -126,6 +126,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', 0x14), # version needed to extract array('v', 0x00), # general purpose bit flag array('v', 0x08), # compresion method (deflate) -- cgit v1.2.3