mirror of https://github.com/itflow-org/itflow
Add debug check for php-zip
This commit is contained in:
parent
a1b99c46c7
commit
ce8c4dfc4c
|
|
@ -53,6 +53,7 @@ $extensions = [
|
|||
'php-curl' => 'curl',
|
||||
'php-mbstring' => 'mbstring',
|
||||
'php-gd' => 'gd',
|
||||
'php-zip' => 'zip',
|
||||
];
|
||||
|
||||
foreach ($extensions as $name => $ext) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue