From 28d00cc7c97535aa3a819cc522ad232bf9be2f46 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 22 Jul 2019 09:00:10 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02366=20Remove=20zip=20from=20mandatory?= =?UTF-8?q?=20PHP=20ext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 - setup/setuputils.class.inc.php | 1 - 2 files changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 88f71d607..a6e97bb57 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,6 @@ "php": ">=5.6.0", "ext-soap": "*", "ext-json": "*", - "ext-zip": "*", "ext-mysqli": "*", "ext-dom": "*", "ext-iconv": "*", diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index 61a2e3e06..7bd860025 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -103,7 +103,6 @@ class SetupUtils 'pcre', 'dom', 'zlib', - 'zip', 'gd', // test image type (always returns false if not installed), image resizing, PDF export ); $aOptionalExtensions = array(