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 +32
-7
lines changed Expand file tree Collapse file tree 2 files changed +32
-7
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-03-24 </date >
34
- <time >10:46:05 </time >
33
+ <date >2015-04-28 </date >
34
+ <time >17:05:00 </time >
35
35
<version >
36
- <release >1.6.6 </release >
37
- <api >1.6.6 </api >
36
+ <release >1.6.7 </release >
37
+ <api >1.6.7 </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-1413] - Driver segfaults with SSL connection and no context options
47
- * [PHP-1414] - SSL peer verification should reference stream->context options
46
+ * [PHP-1425] - explain() does not raise appropriate exception for $err conditions
47
+ * [PHP-1431] - Fix database name validation to include '$external', to allow execution of user admin commands
48
+ * [PHP-1435] - MongoCollection::getIndexInfo on non-existing collection makes segmentation fault
49
+
50
+ ** Improvement
51
+ * [PHP-1427] - MongoCollection::distinct() should ensure query is serialized as BSON object
52
+ * [PHP-1433] - MongoCollection::distinct() should allow array or object for query
53
+ * [PHP-1434] - MongoCollection::findAndModify() should allow array or object for query, update, and fields
48
54
</notes >
49
55
50
56
<contents >
214
220
</extsrcrelease >
215
221
<changelog >
216
222
223
+ <release >
224
+ <date >2015-03-24</date >
225
+ <time >10:46:05</time >
226
+ <version >
227
+ <release >1.6.6</release >
228
+ <api >1.6.6</api >
229
+ </version >
230
+ <stability >
231
+ <release >stable</release >
232
+ <api >stable</api >
233
+ </stability >
234
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
235
+ <notes >
236
+ ** Bug
237
+ * [PHP-1413] - Driver segfaults with SSL connection and no context options
238
+ * [PHP-1414] - SSL peer verification should reference stream->context options
239
+ </notes >
240
+ </release >
241
+
217
242
<release >
218
243
<date >2015-03-13</date >
219
244
<time >12:14:05</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.7-dev "
19
+ #define PHP_MONGO_VERSION "1.6.7"
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