Skip to content

Commit dc7aef4

Browse files
authored
Merge pull request #72 from Bearsampp/zip
Add zip extension support for PHP 8.3.30, 8.4.18, and 8.5.3 and updat…
2 parents b42f7d0 + 995b738 commit dc7aef4

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

bin/php8.3.30/exts.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
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
22
memcache=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.1.16/php-8.3.x_memcache.dll
33
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
4+
zip = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.13/php_zip-1.22.8-8.3-ts-vs16-x64.zip

bin/php8.4.18/exts.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
imagick=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_imagick-3.7.0-8.4-ts-vs17-x64.zip
22
memcache=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_memcache-8.2-8.4-ts-vs17-x64.1.zip
33
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
4+
zip = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.13/php_zip-1.22.8-8.4-ts-vs17-x64.zip

bin/php8.5.3/exts.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
imagick=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_imagick-3.8.1-8.5-ts-vs17-x64.zip
22
memcache=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_memcache-8.2-8.5-ts-vs17-x64.zip
33
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
4+
zip = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.13/php_zip-1.22.8-8.5-ts-vs17-x64.zip

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = php
2-
bundle.release = 2026.3.4
2+
bundle.release = 2026.3.13
33
bundle.type = bins
44
bundle.format = 7z
55

0 commit comments

Comments
 (0)