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

Commit

Permalink
Add memcache extension for PHP 7.4 (neard/neard#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 5, 2019
1 parent 65aa16b commit 54550fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## r30 (2019/12/05)

* Add memcache extension for PHP 7.4

## r29 (2019/11/28)

* PHP 7.1.33, 7.2.25, 7.3.12, 7.4.0 (Issue neard/neard#430)
Expand Down
1 change: 1 addition & 0 deletions bin/php7.4.0/exts.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
memcache = https://github.com/neard/modules-untouched/releases/download/php-r18/php_memcache-4.0.4-dev-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 = r29
bundle.release = r30
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/r29/neard-php-7.4.0-r29.7z
7.4.0 = https://github.com/neard/module-php/releases/download/r30/neard-php-7.4.0-r30.7z

0 comments on commit 54550fa

Please sign in to comment.