The branch, master has been updated
via 6c45a67d884552b73b54435a5fb957f5f401bd23 (commit)
via d867d7787da206402c382ad334b8b2a7aa085f4c (commit)
from 0d4ccd012d3c8046eceb2a5019cdba7754bdbaae (commit)
- Log -----------------------------------------------------------------
commit 6c45a67d884552b73b54435a5fb957f5f401bd23
Author: Michal Čihař <[email protected]>
Date: Mon Jul 18 10:10:17 2011 +0200
Update references, remove non existing ones
commit d867d7787da206402c382ad334b8b2a7aa085f4c
Author: Michal Čihař <[email protected]>
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 <[email protected]>
- *
- * http://www.zend.com/codex.php?id=470&single=1
- * by Denis125 <[email protected]>
- *
- * a patch from Peter Listiak <[email protected]> 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
------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on "Lean Startup
Secrets Revealed." This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git