PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » File_Archive » Bug #9676

Problem ready Mac Archive Files

Details

Submitted2006-12-22 01:01 UTC
Fromandrew dot eddie at ivivio dot com
Assignedcbrunet
StatusClosed
PackageFile_Archive
PHP Version5.1.4
OSWindows
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)
);