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 #5991

Doesn't read deeply nested Tar files with @LongLink

Details

Submitted2005-11-17 05:05 UTC
Fromjosh at calydonian dot com
Assignedpfischer
StatusClosed
PackageFile_Archive
PHP VersionIrrelevant
OSLinux
Roadmaps(Not assigned)

Comments

[2005-11-17 05:05 UTC] josh at calydonian dot com

Description:
------------
Ran into this, decided to just fix it ;)

It happens when you try to read a tar file with deep
paths -- the tar format can't handle long pathnames, and
tar uses a special hack in its own format to get around
it. If you ever see @LongLink, that's it.

The fix is a simple replacement of the read() function
in Read/Tar.php

It's more than 20 lines, so I can't include the patch in
this report. Develpoers notified directly, this report
is just to have a record of the bug and let others know
about it in case it takes a while for them to find time
to get the fix in place.

[2007-01-15 20:32 UTC] pfischer at php dot net

This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.

Thanks!, fixed in CVS.