Skip to content

Commit

Permalink
Merge pull request #38 from Bearsampp/imagick-fix
Browse files Browse the repository at this point in the history
imagick hotfixes
  • Loading branch information
jwaisner authored Jun 17, 2024
2 parents 5c22929 + 23b1399 commit e5c95d0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bin/php8.1.28/deps.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
imagemagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/ImageMagick-7.1.1-30-portable-Q16-HDRI-x64.zip
imagemagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.5.26/ImageMagick-7.1.1-33-portable-Q16-HDRI-x64.zip
2 changes: 1 addition & 1 deletion bin/php8.1.28/exts.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
imagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/php_imagick-3.7.0-8.1-ts-vs16-x64.zip
imagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.5.26/php_imagick-3.7.0-8.1-ts-vs16-x64.zip
memcache = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/php-8.1.x_memcache.dll
xdebug = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/php_xdebug-3.3.2-8.1-vs16-x86_64.dll
2 changes: 1 addition & 1 deletion bin/php8.1.28/pear.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pear = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/install-pear-nozlib.phar
pear = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.5.26/install-pear-nozlib.phar
2 changes: 1 addition & 1 deletion bin/php8.2.19/deps.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
imagemagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/ImageMagick-7.1.1-30-portable-Q16-HDRI-x64.zip
imagemagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.5.26/ImageMagick-7.1.1-33-portable-Q16-HDRI-x64.zip
2 changes: 1 addition & 1 deletion bin/php8.2.19/exts.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
imagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/php_imagick-3.7.0-8.2-x64-ts.zip
imagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.5.26/php_imagick-3.7.0-8.2-ts-vs16-x64.zip
memcache = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/php-8.2.x_memcache.dll
xdebug = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/php_xdebug-3.3.2-8.2-vs16-x86_64.dll
2 changes: 1 addition & 1 deletion bin/php8.2.19/pear.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pear = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/install-pear-nozlib.phar
pear = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.5.26/install-pear-nozlib.phar
2 changes: 1 addition & 1 deletion bin/php8.3.7/deps.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
imagemagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/ImageMagick-7.1.1-30-portable-Q16-HDRI-x64.zip
imagemagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.5.26/ImageMagick-7.1.1-33-portable-Q16-HDRI-x64.zip
2 changes: 1 addition & 1 deletion bin/php8.3.7/exts.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
imagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/php_imagick-3.7.0-8.3-x64-ts.zip
imagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.5.26/php_imagick-3.7.0-8.3-ts-vs16-x64.zip
memcache = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/php-8.3.x_memcache.dll
xdebug = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/php_xdebug-3.3.2-8.3-vs16-x86_64.dll
2 changes: 1 addition & 1 deletion bin/php8.3.7/pear.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pear = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.4.20/install-pear-nozlib.phar
pear = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.5.26/install-pear-nozlib.phar
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bundle.name = php

bundle.release = 2024.5.26
bundle.release = 2024.6.16

bundle.type = bins
bundle.format = 7z
Expand Down

0 comments on commit e5c95d0

Please sign in to comment.