Add debug check for php-zip

This commit is contained in:
wrongecho 2025-06-25 20:40:08 +01:00
parent a1b99c46c7
commit ce8c4dfc4c
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ $extensions = [
'php-curl' => 'curl',
'php-mbstring' => 'mbstring',
'php-gd' => 'gd',
'php-zip' => 'zip',
];
foreach ($extensions as $name => $ext) {