Page MenuHomeDevCentral

Install unzip to extract Composer archives
ClosedPublic

Authored by dereckson on Sep 22 2018, 12:47.
Referenced Files
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
Unknown Object (File)
Jun 17 2025, 09:44
Unknown Object (File)
Jun 16 2025, 10:24
Unknown Object (File)
Jun 15 2025, 19:13
Unknown Object (File)
Jun 13 2025, 19:10

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
Lint Not Applicable
Unit
Tests Not Applicable