Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.
/ module-php Public archive

Commit 6905b7b

Browse files
committed
Add imagick, mongodb and ssh2 extension for PHP 7.4 (Issue neard/neard#433)
1 parent 54550fa commit 6905b7b

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## r31 (2019/12/05)
4+
5+
* Add imagick, mongodb and ssh2 extension for PHP 7.4 (Issue neard/neard#433)
6+
37
## r30 (2019/12/05)
48

5-
* Add memcache extension for PHP 7.4
9+
* Add memcache extension for PHP 7.4 (Issue neard/neard#432)
610

711
## r29 (2019/11/28)
812

bin/php7.4.0/deps.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
imagemagick = https://github.com/neard/modules-untouched/releases/download/php-r12/ImageMagick-7.0.7-11-vc15-x86.zip

bin/php7.4.0/exts.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
imagick = https://github.com/neard/modules-untouched/releases/download/php-r18/php_imagick-3.4.4-7.4-ts-vc15-x86.zip
12
memcache = https://github.com/neard/modules-untouched/releases/download/php-r18/php_memcache-4.0.4-dev-7.4-ts-vc15-x86.zip
3+
mongodb = https://github.com/neard/modules-untouched/releases/download/php-r18/php_mongodb-1.6.1-7.4-ts-vc15-x86.zip
4+
ssh2 = https://github.com/neard/modules-untouched/releases/download/php-r18/php_ssh2-1.2-7.4-ts-vc15-x86.zip
25
xdebug = https://github.com/neard/modules-untouched/releases/download/php-r18/php_xdebug-2.8.0-7.4-vc15.dll

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 = r30
2+
bundle.release = r31
33
bundle.type = bins
44
bundle.format = 7z
55

releases.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
7.3.0 = https://github.com/neard/module-php/releases/download/r27/neard-php-7.3.0-r27.7z
8787
7.3.5 = https://github.com/neard/module-php/releases/download/r28/neard-php-7.3.5-r28.7z
8888
7.3.12 = https://github.com/neard/module-php/releases/download/r29/neard-php-7.3.12-r29.7z
89-
7.4.0 = https://github.com/neard/module-php/releases/download/r30/neard-php-7.4.0-r30.7z
89+
7.4.0 = https://github.com/neard/module-php/releases/download/r31/neard-php-7.4.0-r31.7z

0 commit comments

Comments
 (0)