@@ -27,37 +27,41 @@ http://pear.php.net/dtd/package-2.0.xsd">
27
27
<email >p.yatsukhnenko@gmail.com</email >
28
28
<active >yes</active >
29
29
</lead >
30
- <date >2016-12-14 </date >
30
+ <date >2017-01-16 </date >
31
31
<version >
32
- <release >3.1.0 </release >
33
- <api >3.1.0 </api >
32
+ <release >3.1.1RC2 </release >
33
+ <api >3.1.1RC2 </api >
34
34
</version >
35
35
<stability >
36
- <release >stable </release >
37
- <api >stable </api >
36
+ <release >beta </release >
37
+ <api >beta </api >
38
38
</stability >
39
39
<license uri =" http://www.php.net/license" >PHP</license >
40
40
<notes >
41
- phpredis 3.1.0
42
-
43
- In this version of phpredis codebase was unified to work with all versions of php \o/
44
- Also many bug fixes and some improvements has been made.
45
-
46
- --- Improvements ---
47
-
48
- * Support the client to Redis Cluster just having one master (andyli) [892e5646]
49
- * Allow both long and strings that are longs for zrangebyscore offset/limit (Michael Grunder) [bdcdd2aa]
50
- * Process NX|XX, CH and INCR options in zAdd command (Pavlo Yatsukhnenko) [71c9f7c8]
51
-
52
- --- Fixes ---
53
-
54
- * Fix incrby/decrby for large integers (Michael Grunder) [3a12758a]
55
- * Use static declarations for spl_ce_RuntimeException decl (Jeremy Mikola) [a9857d69]
56
- * Fixed method call problem causes session handler to display two times (ZiHang Gao) [24f86c49]
57
- * psetex method returns '+OK' on success, not true (sitri@ndxbn) [afcd8445]
58
- * Fix integer overflow for long (>32bit) increments in hIncrBy (iyesin) [58e1d799]
59
- * Move zend_object handler to the end (Michael Grunder) [34107966]
60
- * Using setOption on redis array causes immediate connection (Pavlo Yatsukhnenko) [f1a85b38]
41
+ phpredis 3.1.1RC2
42
+
43
+ * Additional test updates for 32 bit systems (@remicollet)
44
+ * ARM rounding issue in tests (@remicollet)
45
+ * Use new zend_list_close instead of zend_list_delete when reconnecting.
46
+ * Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko)
47
+
48
+ phpredis 3.1.1.RC1
49
+
50
+ This release contains mostly fixes for issues introduced when merging
51
+ the php 5 and 7 codebase into a single branch.
52
+
53
+ * Fixed a segfault in igbinary serialization (@yatsukhnenko)
54
+ * Restore 2.2.8/3.0.0 functionality to distinguish between an error
55
+ and simply empty session data. (@remicollet)
56
+ * Fix double to string conversion function (@yatsukhnenko)
57
+ * Use PHP_FE_END definition when available (@remicollet)
58
+ * Fixed various 'static function declared but not used' warnings
59
+ * Fixes to various calls which were typecasting pointers to the
60
+ wrong size. (@remicollet)
61
+
62
+ * Added php session unit test (@yatsukhnenko)
63
+ * Added explicit module dependancy for igbinary (@remicollet)
64
+ * Added phpinfo serialization information (@remicollet)
61
65
</notes >
62
66
<contents >
63
67
<dir name =" /" >
@@ -111,6 +115,39 @@ http://pear.php.net/dtd/package-2.0.xsd">
111
115
<providesextension >redis</providesextension >
112
116
<extsrcrelease />
113
117
<changelog >
118
+ <release >
119
+ <stability ><release >beta</release ><api >beta</api ></stability >
120
+ <version ><release >3.1.1RC2</release ><api >3.1.1RC2</api ></version >
121
+ <date >2017-01-16</date >
122
+ <notes >
123
+
124
+ phpredis 3.1.1RC2
125
+
126
+ * Additional test updates for 32 bit systems (@remicollet)
127
+ * ARM rounding issue in tests (@remicollet)
128
+ * Use new zend_list_close instead of zend_list_delete when reconnecting.
129
+ * Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko)
130
+
131
+ phpredis 3.1.1.RC1
132
+
133
+ This release contains mostly fixes for issues introduced when merging
134
+ the php 5 and 7 codebase into a single branch.
135
+
136
+ * Fixed a segfault in igbinary serialization (@yatsukhnenko)
137
+ * Restore 2.2.8/3.0.0 functionality to distinguish between an error
138
+ and simply empty session data. (@remicollet)
139
+ * Fix double to string conversion function (@yatsukhnenko)
140
+ * Use PHP_FE_END definition when available (@remicollet)
141
+ * Fixed various 'static function declared but not used' warnings
142
+ * Fixes to various calls which were typecasting pointers to the
143
+ wrong size. (@remicollet)
144
+
145
+ * Added php session unit test (@yatsukhnenko)
146
+ * Added explicit module dependancy for igbinary (@remicollet)
147
+ * Added phpinfo serialization information (@remicollet)
148
+ </notes >
149
+ </release >
150
+
114
151
<release >
115
152
<stability ><release >stable</release ><api >stable</api ></stability >
116
153
<version ><release >3.1.0</release ><api >3.1.0</api ></version >
0 commit comments