From 8f50f33bcb99c25b71f7b78bb89710c9f04c44bb Mon Sep 17 00:00:00 2001 From: pabs Date: Wed, 22 Aug 2007 23:08:18 -0400 Subject: set archive bit in add_cdr_file(). --- zipstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipstream.php b/zipstream.php index 36df012..53917ec 100644 --- a/zipstream.php +++ b/zipstream.php @@ -139,7 +139,7 @@ class ZipStream { array('v', 0), # file comment length array('v', 0), # disk number start array('v', 0), # internal file attributes - array('V', 0), # external file attributes + array('V', 32), # external file attributes array('V', $ofs), # relative offset of local header ); -- cgit v1.2.3