Home » File Formats » File_Archive » Bug #9676
Problem ready Mac Archive Files
Details
| Submitted | 2006-12-22 01:01 UTC |
|---|---|
| From | andrew dot eddie at ivivio dot com |
| Assigned | cbrunet |
| Status | Closed |
| Package | File_Archive |
| PHP Version | 5.1.4 |
| OS | Windows |
| Roadmaps | (Not assigned) |
Comments
[2006-12-22 01:01 UTC] andrew dot eddie at ivivio dot com
Description:
------------
Files created using the Mac Archive facility (in Finder, right-click and select "Create Archive of "yyy") are incorrected read.
The zip is upacked but only the first file. If a folder is the first entry (in my case it was a .svn folder). It recursed until it found the first file.
It seems like the trigger to go to the "next" file is not working correctly.
Zip's are correctly read by other archive readers (windows zip browser, Z-Zip, Beyond Compare, etc). Files rezipped in windows are correctly unpacked.
The issue has also been reported here:
http://poocl.la-grotte.org/phorum/read.php?3,133
Thanks in advance for a resolution.
Test script:
---------------
$r = File_Archive::extract(
File_Archive::read($archivename.'/'),
File_Archive::toFiles($extractdir)
);