Skip to content
This repository has been archived by the owner on Dec 17, 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 cc9ff1b commit 5c3ff80
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/_data/module/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,18 @@
}
},
"releases": [
{
"name": "r30",
"date": "2019/12/05",
"versions": [
{
"name": "7.4.0",
"type": "standard",
"compat": ">= 1.3",
"ext": "7z"
}
]
},
{
"name": "r29",
"date": "2019/11/28",
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/module/bins/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
| --------------------------------------------------------- |:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|
| **[php_apc](https://pecl.php.net/package/APC)** | {% include icon-nok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} |
| **[php_imagick](https://pecl.php.net/package/imagick)** | {% include icon-nok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-nok.html %} |
| **[php_memcache](https://pecl.php.net/package/memcache)** | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-nok.html %} |
| **[php_memcache](https://pecl.php.net/package/memcache)** | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} |
| **[php_mongo](https://pecl.php.net/package/mongo)** | {% include icon-nok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} |
| **[php_mongodb](https://pecl.php.net/package/mongodb)** | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-nok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-nok.html %} |
| **[php_ssh2](https://pecl.php.net/package/ssh2)** | {% include icon-nok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-ok.html %} | {% include icon-nok.html %} |
Expand Down
10 changes: 10 additions & 0 deletions src/_posts/2019-12-05-php-7.4.0-updated-with-memcache-ext.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: PHP 7.4.0 updated with memcache ext
date: 2019-11-28 14:04:00 +0100
tags: [module, php]
---
{% include vars.html %}

PHP 7.4.0 has been updated with memcache extension ([Issue #432]({{ var_repo_url }}/issues/432)).<br />
You can find link to download this release on the [PHP page](/modules/php).

0 comments on commit 5c3ff80

Please # to comment.