@@ -27,14 +27,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
27
27
<email >n.favrefelix@gmail.com</email >
28
28
<active >no</active >
29
29
</lead >
30
- <date >2022-01-17 </date >
30
+ <date >2022-02-02 </date >
31
31
<version >
32
- <release >5.3.6 </release >
33
- <api >5.3.6 </api >
32
+ <release >5.3.7RC1 </release >
33
+ <api >5.3.7 </api >
34
34
</version >
35
35
<stability >
36
- <release >stable </release >
37
- <api >stable </api >
36
+ <release >alpha </release >
37
+ <api >alpha </api >
38
38
</stability >
39
39
<license uri =" http://www.php.net/license" >PHP</license >
40
40
<notes >
@@ -51,9 +51,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
51
51
52
52
---
53
53
54
- phpredis 5.3.6
54
+ phpredis 5.3.7RC1
55
55
56
- - Fix a segfault in RedisArray::del [d2f2a7d9] (Pavlo Yatsukhnenko)
56
+ - Fix RedisArray::[hsz]scan and tests [08a9d5db, 0264de18] (Pavlo Yatsukhnenko, Michael Grunder)
57
+ - Fix RedisArray::scan [8689ab1c] (Pavlo Yatsukhnenko)
58
+ - Fix LZF decompression logic [0719c1ec] (Michael Grunder)
57
59
58
60
</notes >
59
61
<contents >
@@ -131,6 +133,30 @@ http://pear.php.net/dtd/package-2.0.xsd">
131
133
<configureoption name =" enable-redis-zstd" prompt =" enable zstd compression support?" default =" no" />
132
134
</extsrcrelease >
133
135
<changelog >
136
+ <release >
137
+ <stability ><release >stable</release ><api >stable</api ></stability >
138
+ <version ><release >5.3.6</release ><api >5.3.6</api ></version >
139
+ <date >2022-01-17</date >
140
+ <notes >
141
+ --- Sponsors ---
142
+
143
+ Audiomack - https://audiomack.com
144
+ Open LMS - https://openlms.net
145
+ BlueHost - https://bluehost.com
146
+ Object Cache Pro for WordPress - https://objectcache.pro
147
+ Avtandil Kikabidze - https://github.com/akalongman
148
+ Zaher Ghaibeh - https://github.com/zaherg
149
+ BatchLabs - https://batch.com
150
+ Luis Zarate - https://github.com/jlzaratec
151
+
152
+ ---
153
+
154
+ phpredis 5.3.6
155
+
156
+ - Fix a segfault in RedisArray::del [d2f2a7d9] (Pavlo Yatsukhnenko)
157
+
158
+ </notes >
159
+ </release >
134
160
<release >
135
161
<stability ><release >stable</release ><api >stable</api ></stability >
136
162
<version ><release >5.3.5</release ><api >5.3.5</api ></version >
0 commit comments