This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree 2 files changed +31
-9
lines changed
2 files changed +31
-9
lines changed Original file line number Diff line number Diff line change 30
30
<active >yes</active >
31
31
</lead >
32
32
33
- <date >2015-11-25 </date >
34
- <time >17:25 :00</time >
33
+ <date >2016-03-17 </date >
34
+ <time >19:06 :00</time >
35
35
<version >
36
- <release >1.6.12 </release >
37
- <api >1.6.12 </api >
36
+ <release >1.6.13 </release >
37
+ <api >1.6.13 </api >
38
38
</version >
39
39
<stability >
40
40
<release >stable</release >
43
43
<license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
44
44
<notes >
45
45
** Bug
46
- * [PHP-1494] - We don't allocate enough space for the hash buffer
47
-
48
- ** Task
49
- * [PHP-1474] - Declare no support for PHP 7
46
+ * [PHP-1483] - GridFS file storage fails on big endian platform
47
+ * [PHP-1500] - Socket timeout not applied to initial command cursor query
48
+ * [PHP-1501] - Rephrase unsupported/corrupt BSON messages
49
+ * [PHP-1504] - Segfault connecting to authenticated RS after non-auth connections
50
+ * [PHP-1505] - negative files.length when storing file with size > 2GB in gridfs
50
51
</notes >
51
52
52
53
<contents >
217
218
</extsrcrelease >
218
219
<changelog >
219
220
221
+ <release >
222
+ <date >2015-11-25</date >
223
+ <time >17:25:00</time >
224
+ <version >
225
+ <release >1.6.12</release >
226
+ <api >1.6.12</api >
227
+ </version >
228
+ <stability >
229
+ <release >stable</release >
230
+ <api >stable</api >
231
+ </stability >
232
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
233
+ <notes >
234
+ ** Bug
235
+ * [PHP-1494] - We don't allocate enough space for the hash buffer
236
+
237
+ ** Task
238
+ * [PHP-1474] - Declare no support for PHP 7
239
+ </notes >
240
+ </release >
241
+
220
242
<release >
221
243
<date >2015-08-25</date >
222
244
<time >16:54:00</time >
Original file line number Diff line number Diff line change 16
16
#ifndef PHP_MONGO_H
17
17
#define PHP_MONGO_H 1
18
18
19
- #define PHP_MONGO_VERSION "1.6.13-dev "
19
+ #define PHP_MONGO_VERSION "1.6.13"
20
20
#define PHP_MONGO_EXTNAME "mongo"
21
21
22
22
#ifdef HAVE_CONFIG_H
You can’t perform that action at this time.
0 commit comments