mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
Cutting a release for 2.2.3. Added myself as a maintainer
in the header files
This commit is contained in:
@@ -256,7 +256,7 @@ extern zend_module_entry redis_module_entry;
|
||||
|
||||
#define phpext_redis_ptr redis_module_ptr
|
||||
|
||||
#define PHP_REDIS_VERSION "2.2.2"
|
||||
#define PHP_REDIS_VERSION "2.2.3"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
redis.c
1
redis.c
@@ -16,6 +16,7 @@
|
||||
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
|
||||
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
|
||||
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
|
||||
| Maintainer: Michael Grunder <michael.grunder@gmail.com |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
|
||||
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
|
||||
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
#include "redis_array_impl.h"
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
|
||||
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
|
||||
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
|
||||
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
%global php_version %(php-config --version 2>/dev/null || echo 0)
|
||||
|
||||
Name: php-redis
|
||||
Version: 2.2.2
|
||||
Version: 2.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user