[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-9110-g6c45a67

Michal Čihař nijel at users.sourceforge.net
Mon Jul 18 10:10:59 CEST 2011


The branch, master has been updated
       via  6c45a67d884552b73b54435a5fb957f5f401bd23 (commit)
       via  d867d7787da206402c382ad334b8b2a7aa085f4c (commit)
      from  0d4ccd012d3c8046eceb2a5019cdba7754bdbaae (commit)


- Log -----------------------------------------------------------------
commit 6c45a67d884552b73b54435a5fb957f5f401bd23
Author: Michal Čihař <mcihar at suse.cz>
Date:   Mon Jul 18 10:10:17 2011 +0200

    Update references, remove non existing ones

commit d867d7787da206402c382ad334b8b2a7aa085f4c
Author: Michal Čihař <mcihar at suse.cz>
Date:   Mon Jul 18 10:09:03 2011 +0200

    Remove commented out code

-----------------------------------------------------------------------

Summary of changes:
 libraries/zip.lib.php |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diff --git a/libraries/zip.lib.php b/libraries/zip.lib.php
index 672b00a..23f28ce 100644
--- a/libraries/zip.lib.php
+++ b/libraries/zip.lib.php
@@ -9,18 +9,7 @@
  * Zip file creation class.
  * Makes zip files.
  *
- * Based on :
- *
- *  http://www.zend.com/codex.php?id=535&single=1
- *  By Eric Mueller <eric at themepark.com>
- *
- *  http://www.zend.com/codex.php?id=470&single=1
- *  by Denis125 <webmaster at atlant.ru>
- *
- *  a patch from Peter Listiak <mlady at users.sourceforge.net> for last modified
- *  date and time of the compressed file
- *
- * Official ZIP file format: http://www.pkware.com/appnote.txt
+ * @see Official ZIP file format: http://www.pkware.com/support/zip-app-note
  *
  * @access  public
  * @package phpMyAdmin
@@ -147,14 +136,6 @@ class zipfile
         // "file data" segment
         $fr .= $zdata;
 
-        // "data descriptor" segment (optional but necessary if archive is not
-        // served as file)
-        // this seems not to be needed at all and causes
-        // problems in some cases (bug #1037737)
-        //$fr .= pack('V', $crc);                 // crc32
-        //$fr .= pack('V', $c_len);               // compressed filesize
-        //$fr .= pack('V', $unc_len);             // uncompressed filesize
-
         // echo this entry on the fly, ...
         if ( $this -> doWrite) {
             echo $fr;


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list