8000 Merge branch 'develop' of github.com:nicolasff/phpredis into develop · jrtkcoder/phpredis@d748ab4 · GitHub
[go: up one dir, main page]

Skip to content

Commit d748ab4

Browse files
committed
Merge branch 'develop' of github.com:nicolasff/phpredis into develop
2 parents 2071696 + 14b905c commit d748ab4

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ extern zend_module_entry redis_module_entry;
256256

257257
#define phpext_redis_ptr redis_module_ptr
258258

259-
#define PHP_REDIS_VERSION "2.2.2"
259+
#define PHP_REDIS_VERSION "2.2.3"
260260

261261
#endif
262262

redis.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
1717
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
1818
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
19+
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
1920
+----------------------------------------------------------------------+
2021
*/
2122

redis_array.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| license@php.net so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
16+
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
1617
+----------------------------------------------------------------------+
1718
*/
1819

redis_array_impl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| license@php.net so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
16+
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
1617
+----------------------------------------------------------------------+
1718
*/
1819
#include "redis_array_impl.h"

redis_session.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
1717
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
1818
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
19+
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
1920
+----------------------------------------------------------------------+
2021
*/
2122

rpm/php-redis.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global php_version %(php-config --version 2>/dev/null || echo 0)
44

55
Name: php-redis
6-
Version: 2.2.2
6+
Version: 2.2.3
77
Release: 1%{?dist}
88
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.
99

0 commit comments

Comments
 (0)
0