feat(zip): add additional dependencies for Windows zip build

This commit is contained in:
crazywhalecc
2026-07-04 14:10:59 +08:00
parent 5913cb07fd
commit 12a5217f17

View File

@@ -10,6 +10,11 @@ ext-zip:
license: PHP-3.01
depends:
- libzip
depends@windows:
- libzip
- zlib
- xz
- bzip2
php-extension:
arg-type: custom
arg-type@windows: enable