Page MenuHomeDevCentral

Install unzip to extract Composer archives
ClosedPublic

Authored by dereckson on Sep 22 2018, 12:47.
Referenced Files
F10707858: D1812.id4593.diff
Thu, Jul 24, 13:54
F10706614: D1812.id4587.diff
Thu, Jul 24, 12:31
F10705936: D1812.id4593.diff
Thu, Jul 24, 12:08
Unknown Object (File)
Tue, Jul 22, 15:25
Unknown Object (File)
Fri, Jul 4, 08:03
Unknown Object (File)
Jun 20 2025, 04:55
Unknown Object (File)
Jun 18 2025, 17:47
Unknown Object (File)
Jun 17 2025, 19:30

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
rDPHPFPM Docker image for Nginx, php-fpm
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
unzip (branched from master)
Build Status
Buildable 2806
Build 3054: arc lint + arc unit