Page MenuHomeDevCentral

Install unzip to extract Composer archives
ClosedPublic

Authored by dereckson on Sep 22 2018, 12:47.
Tags
None
Referenced Files
F3988786: D1814.id4589.diff
Thu, Jan 9, 00:03
Unknown Object (File)
Tue, Dec 31, 11:46
Unknown Object (File)
Tue, Dec 31, 11:26
Unknown Object (File)
Fri, Dec 27, 00:16
Unknown Object (File)
Tue, Dec 17, 14:14
Unknown Object (File)
Tue, Dec 17, 13:56
Unknown Object (File)
Thu, Dec 12, 12:23
Unknown Object (File)
Dec 9 2024, 06:21
Subscribers
None

Details

Summary

Composer uses ZIP format for the archives. It tries to use native unzip utility,
with the ZipArchive PHP extension as fallback.

The preferred method is OS-dependant, with ZipArchive on Windows and unzip
everywhere else. The unzip utility is recommended for permissions or symlinks.

Reference: https://getcomposer.org/doc/articles/troubleshooting.md#zip-archives-are-not-unpacked-correctly

Ref T1455

Test Plan

Build image

Diff Detail

Repository
rDPHPCLI nasqueron/php-cli Docker image
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sep 22 2018, 12:50
This revision was automatically updated to reflect the committed changes.