From 995b738215a4c04c245401baf3b01ce516a8613a Mon Sep 17 00:00:00 2001 From: Bear Date: Sat, 14 Mar 2026 01:03:48 -0500 Subject: [PATCH] Add zip extension support for PHP 8.3.30, 8.4.18, and 8.5.3 and update bundle release to 2026.3.13 --- bin/php8.3.30/exts.properties | 1 + bin/php8.4.18/exts.properties | 1 + bin/php8.5.3/exts.properties | 1 + build.properties | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/php8.3.30/exts.properties b/bin/php8.3.30/exts.properties index eb44a5b..6b36b76 100644 --- a/bin/php8.3.30/exts.properties +++ b/bin/php8.3.30/exts.properties @@ -1,3 +1,4 @@ imagick=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.1.16/php_imagick-3.8.1-8.3-ts-vs16-x86_64.zip memcache=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.1.16/php-8.3.x_memcache.dll xdebug=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.1.16/php_xdebug-3.5.0-8.3-ts-vs16-x86_64.dll +zip = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.13/php_zip-1.22.8-8.3-ts-vs16-x64.zip diff --git a/bin/php8.4.18/exts.properties b/bin/php8.4.18/exts.properties index d01f926..f6d8f82 100644 --- a/bin/php8.4.18/exts.properties +++ b/bin/php8.4.18/exts.properties @@ -1,3 +1,4 @@ imagick=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_imagick-3.7.0-8.4-ts-vs17-x64.zip memcache=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_memcache-8.2-8.4-ts-vs17-x64.1.zip xdebug=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_xdebug-3.5.1-8.4-ts-vs17-x86_64.dll +zip = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.13/php_zip-1.22.8-8.4-ts-vs17-x64.zip diff --git a/bin/php8.5.3/exts.properties b/bin/php8.5.3/exts.properties index 83f594b..d945e9d 100644 --- a/bin/php8.5.3/exts.properties +++ b/bin/php8.5.3/exts.properties @@ -1,3 +1,4 @@ imagick=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_imagick-3.8.1-8.5-ts-vs17-x64.zip memcache=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_memcache-8.2-8.5-ts-vs17-x64.zip xdebug=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_xdebug-3.5.1-8.5-ts-vs17-x86_64.dll +zip = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.13/php_zip-1.22.8-8.5-ts-vs17-x64.zip diff --git a/build.properties b/build.properties index d162f31..bb3c14f 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = php -bundle.release = 2026.3.4 +bundle.release = 2026.3.13 bundle.type = bins bundle.format = 7z