From f1a70daf093f83edf5d674dd28fadb5a90fe506e Mon Sep 17 00:00:00 2001 From: pabs Date: Wed, 22 Aug 2007 22:56:42 -0400 Subject: Send CDR footer. --- zipstream.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zipstream.php b/zipstream.php index 8150f20..bf16c08 100644 --- a/zipstream.php +++ b/zipstream.php @@ -167,6 +167,9 @@ class ZipStream { array('V', $cdr_ofs), # cdr ofs array('v', 0x00), # zip file comment length ); + + $ret = $this->pack_fields($fields); + $this->send($ret); } function add_cdr() { -- cgit v1.2.3