|
CVS: phpwiki/lib ziplib.php,1.42,1.43: msg#00132web.wiki.phpwiki.checkins
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> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/lib upgrade.php,1.37,1.38: 00132, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib/plugin _WikiTranslation.php,1.14,1.15: 00132, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib upgrade.php,1.37,1.38i: 00132, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib/plugin _WikiTranslation.php,1.14,1.15: 00132, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |