LMSouq
php-dev AI Answered

PHP error: "The zip extension and unzip command are both missing, skipping."

B8
b85411
1 month ago
3 views
Problem Description
When I run a `composer update` I get this error message: Loading composer repositories with package information Updating dependencies (including require-dev) Failed to download psr/log from dist: The zip extension and unzip command are both missing, skipping. The php.ini used by your command-line PHP is: /etc/php/7.0/cli/php.ini Now trying to download from source What do I need to do to enable the zip and unzip commands so that composer can download dependencies?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base