Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Add imagick, mongodb and ssh2 extension for PHP 7.4 (Issue neard/near…
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 5, 2019
1 parent 54550fa commit 6905b7b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## r31 (2019/12/05)

* Add imagick, mongodb and ssh2 extension for PHP 7.4 (Issue neard/neard#433)

## r30 (2019/12/05)

* Add memcache extension for PHP 7.4
* Add memcache extension for PHP 7.4 (Issue neard/neard#432)

## r29 (2019/11/28)

Expand Down
1 change: 1 addition & 0 deletions bin/php7.4.0/deps.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
imagemagick = https://github.com/neard/modules-untouched/releases/download/php-r12/ImageMagick-7.0.7-11-vc15-x86.zip
3 changes: 3 additions & 0 deletions bin/php7.4.0/exts.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
imagick = https://github.com/neard/modules-untouched/releases/download/php-r18/php_imagick-3.4.4-7.4-ts-vc15-x86.zip
memcache = https://github.com/neard/modules-untouched/releases/download/php-r18/php_memcache-4.0.4-dev-7.4-ts-vc15-x86.zip
mongodb = https://github.com/neard/modules-untouched/releases/download/php-r18/php_mongodb-1.6.1-7.4-ts-vc15-x86.zip
ssh2 = https://github.com/neard/modules-untouched/releases/download/php-r18/php_ssh2-1.2-7.4-ts-vc15-x86.zip
xdebug = https://github.com/neard/modules-untouched/releases/download/php-r18/php_xdebug-2.8.0-7.4-vc15.dll
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bundle.name = php
bundle.release = r30
bundle.release = r31
bundle.type = bins
bundle.format = 7z

Expand Down
2 changes: 1 addition & 1 deletion releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
7.3.0 = https://github.com/neard/module-php/releases/download/r27/neard-php-7.3.0-r27.7z
7.3.5 = https://github.com/neard/module-php/releases/download/r28/neard-php-7.3.5-r28.7z
7.3.12 = https://github.com/neard/module-php/releases/download/r29/neard-php-7.3.12-r29.7z
7.4.0 = https://github.com/neard/module-php/releases/download/r30/neard-php-7.4.0-r30.7z
7.4.0 = https://github.com/neard/module-php/releases/download/r31/neard-php-7.4.0-r31.7z

0 comments on commit 6905b7b

Please sign in to comment.