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 +26
-8
lines changed Expand file tree Collapse file tree 2 files changed +26
-8
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-07-02 </date >
34
- <time >18:25 :00</time >
33
+ <date >2015-08-25 </date >
34
+ <time >16:54 :00</time >
35
35
<version >
36
- <release >1.6.10 </release >
37
- <api >1.6.10 </api >
36
+ <release >1.6.11 </release >
37
+ <api >1.6.11 </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-1460] - Query with limit leaves open cursors on server
47
- * [PHP-1462] - Fix static compilation
48
- * [PHP-1464] - GridFS should not drop dupes when creating index
46
+ * [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB
49
47
</notes >
50
48
51
49
<contents >
215
213
</extsrcrelease >
216
214
<changelog >
217
215
216
+ <release >
217
+ <date >2015-07-02</date >
218
+ <time >18:25:00</time >
219
+ <version >
220
+ <release >1.6.10</release >
221
+ <api >1.6.10</api >
222
+ </version >
223
+ <stability >
224
+ <release >stable</release >
225
+ <api >stable</api >
226
+ </stability >
227
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
228
+ <notes >
229
+ ** Bug
230
+ * [PHP-1460] - Query with limit leaves open cursors on server
231
+ * [PHP-1462] - Fix static compilation
232
+ * [PHP-1464] - GridFS should not drop dupes when creating index
233
+ </notes >
234
+ </release >
235
+
218
236
<release >
219
237
<date >2015-06-09</date >
220
238
<time >20:43: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.11-dev "
19
+ #define PHP_MONGO_VERSION "1.6.11"
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