logo       

CVS: phpwiki/lib ziplib.php,1.42,1.43: msg#00132

web.wiki.phpwiki.checkins

Subject: CVS: phpwiki/lib ziplib.php,1.42,1.43

Update of /cvsroot/phpwiki/phpwiki/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6516/lib

Modified Files:
ziplib.php
Log Message:
use unix type to support subdirs with forward slash and long filenames

Index: ziplib.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/ziplib.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -2 -b -p -d -r1.42 -r1.43
--- ziplib.php 16 Nov 2004 16:17:51 -0000 1.42
+++ ziplib.php 25 Jan 2005 08:00:09 -0000 1.43
@@ -287,5 +287,5 @@ class ZipWriter
else {
// Punt:
- $os_type = 0; // 0 = FAT --- hopefully this is good enough.
+ $os_type = 3; // 0 = FAT --- hopefully this is good enough.
/* (Another choice might be 3 = Unix) */
}
@@ -834,4 +834,7 @@ function ParseMimeifiedPages ($data)

// $Log$
+// Revision 1.43 2005/01/25 08:00:09 rurban
+// use unix type to support subdirs with forward slash and long filenames
+//
// Revision 1.42 2004/11/16 16:17:51 rurban
// support ENABLE_PAGEPERM=false mime load/save



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise