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

This commit is contained in:
Jerry Ma
2026-07-04 15:42:31 +08:00
committed by GitHub

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