File tree Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ extern zend_module_entry redis_module_entry;
256
256
257
257
#define phpext_redis_ptr redis_module_ptr
258
258
259
- #define PHP_REDIS_VERSION "2.2 .2 "
259
+ #define PHP_REDIS_VERSION "2.2 .3 "
260
260
261
261
#endif
262
262
Original file line number Diff line number Diff line change 16
10000
code>
16
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
17
17
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
18
18
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
19
+ | Maintainer: Michael Grunder <michael.grunder@gmail.com> |
19
20
+----------------------------------------------------------------------+
20
21
*/
21
22
Original file line number Diff line number Diff line change 13
13
| license@php.net so we can mail you a copy immediately. |
14
14
+----------------------------------------------------------------------+
15
15
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
16
+ | Maintainer: Michael Grunder <michael.grunder@gmail.com> |
16
17
+----------------------------------------------------------------------+
17
18
*/
18
19
Original file line number Diff line number Diff line change 13
13
| license@php.net so we can mail you a copy immediately. |
14
14
+----------------------------------------------------------------------+
15
15
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
16
+ | Maintainer: Michael Grunder <michael.grunder@gmail.com> |
16
17
+----------------------------------------------------------------------+
17
18
*/
18
19
#include "redis_array_impl.h"
Original file line number Diff line number Diff line change 16
16
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
17
17
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
18
18
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
19
+ | Maintainer: Michael Grunder <michael.grunder@gmail.com> |
19
20
+----------------------------------------------------------------------+
20
21
*/
21
22
Original file line number Diff line number Diff line change 3
3
%global php_version %(php-config --version 2> /dev/null || echo 0)
4
4
5
5
Name: php-redis
6
- Version: 2.2.2
6
+ Version: 2.2.3
7
7
Release: 1%{?dist }
8
8
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.
9
9
You can’t perform that action at this time.
0 commit comments