This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +34
-6
lines changed Expand file tree Collapse file tree 2 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 30
30
<active >yes</active >
31
31
</lead >
32
32
33
- <date >2014-09-16 </date >
34
- <time >13:10:39 </time >
33
+ <date >2014-11-11 </date >
34
+ <time >19:17:00 </time >
35
35
<version >
36
- <release >1.5.7 </release >
37
- <api >1.5.7 </api >
36
+ <release >1.5.8 </release >
37
+ <api >1.5.8 </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
- * Windows compile fixes.
46
+ * [PHP-1126] - Do not allow invalid limit values in MongoDeleteBatch
47
+ * [PHP-1231] - Using MongoDB::selectCollection crashes inside generators
48
+ * [PHP-1249] - MongoCursor::count() should use cursor's socket timeout
49
+ * [PHP-1265] - Exception messages for invalid db/collection names are not helpful
50
+
51
+ ** Improvement
52
+ * [PHP-1168] - Add "How to Ask for Help" section to Github readme
53
+ * [PHP-1264] - Rename 'delete' field to allow compilation with C++
54
+
55
+ ** Task
56
+ * [PHP-1205] - Remove dropDups support from index building
47
57
</notes >
48
58
49
59
<contents >
214
224
215
225
<changelog >
216
226
227
+ <release >
228
+ <date >2014-09-16</date >
229
+ <time >13:10:39</time >
230
+ <version >
231
+ <release >1.5.7</release >
232
+ <api >1.5.7</api >
233
+ </version >
234
+ <stability >
235
+ <release >stable</release >
236
+ <api >stable</api >
237
+ </stability >
238
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
239
+ <notes >
240
+ ** Bug
241
+ * Windows compile fixes.
242
+ </notes >
243
+ </release >
244
+
217
245
<release >
218
246
<date >2014-09-16</date >
219
247
<time >13:10:39</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.5.8-dev "
19
+ #define PHP_MONGO_VERSION "1.5.8"
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