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

Commit 54550fa

Browse files
committed
Add memcache extension for PHP 7.4 (neard/neard#432)
1 parent 65aa16b commit 54550fa

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## r30 (2019/12/05)
4+
5+
* Add memcache extension for PHP 7.4
6+
37
## r29 (2019/11/28)
48

59
* PHP 7.1.33, 7.2.25, 7.3.12, 7.4.0 (Issue neard/neard#430)

bin/php7.4.0/exts.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
memcache = https://github.com/neard/modules-untouched/releases/download/php-r18/php_memcache-4.0.4-dev-7.4-ts-vc15-x86.zip
12
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 = r29
2+
bundle.release = r30
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/r29/neard-php-7.4.0-r29.7z
89+
7.4.0 = https://github.com/neard/module-php/releases/download/r30/neard-php-7.4.0-r30.7z

0 commit comments

Comments
 (0)