File tree Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 18
18
<active >yes</active >
19
19
</lead >
20
20
21
- <date >2019-06-03 </date >
21
+ <date >2020-02-04 </date >
22
22
<version >
23
- <release >2.6.1 </release >
23
+ <release >2.6.2 </release >
24
24
<api >2.3.0</api >
25
25
</version >
26
26
<stability >
30
30
<license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache V2
31
31
</license >
32
32
<notes >
33
- * documentation updates
34
- * improved test integration with CouchbaseMock
33
+ * fixed possible segfault in N1QL request
34
+ * fixed windows build for PHP 7.4
35
+ * PCBC-646: Fixed issue with blank string decoding.
35
36
</notes >
36
37
<contents >
37
38
<dir name =" /" >
185
186
<providesextension >couchbase</providesextension >
186
187
<extsrcrelease />
187
188
<changelog >
189
+ <release >
190
+ <date >2019-06-03</date >
191
+ <version >
192
+ <release >2.6.1</release >
193
+ <api >2.3.0</api >
194
+ </version >
195
+ <stability >
196
+ <release >stable</release >
197
+ <api >stable</api >
198
+ </stability >
199
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache V2
200
+ </license >
201
+ <notes >
202
+ * documentation updates
203
+ * improved test integration with CouchbaseMock
204
+ </notes >
205
+ </release >
188
206
<release >
189
207
<date >2018-10-05</date >
190
208
<version >
Original file line number Diff line number Diff line change 17
17
#ifndef PHP_COUCHBASE_H_
18
18
#define PHP_COUCHBASE_H_
19
19
20
- #define PHP_COUCHBASE_VERSION "2.6.1 "
20
+ #define PHP_COUCHBASE_VERSION "2.6.2 "
21
21
#define PHP_COUCHBASE_EXTNAME "couchbase"
22
22
23
23
extern zend_module_entry couchbase_module_entry ;
You can’t perform that action at this time.
0 commit comments