mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-02 23:54:12 +01:00
N°2366 Remove zip from mandatory PHP ext
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"php": ">=5.6.0",
|
||||
"ext-soap": "*",
|
||||
"ext-json": "*",
|
||||
"ext-zip": "*",
|
||||
"ext-mysqli": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-iconv": "*",
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user