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 +29
-10
lines changed Expand file tree Collapse file tree 2 files changed +29
-10
lines changed Original file line number Diff line number Diff line change 30
30
<active >yes</active >
31
31
</lead >
32
32
33
- <date >2016-04-26 </date >
34
- <time >16:07 :00</time >
33
+ <date >2017-09-01 </date >
34
+ <time >17:00 :00</time >
35
35
<version >
36
- <release >1.6.14 </release >
37
- <api >1.6.14 </api >
36
+ <release >1.6.15 </release >
37
+ <api >1.6.15 </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-1468] - Segfault on node with high network latency
47
- * [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link
48
-
49
- ** Improvement
50
- * [PHP-1510] - Route unacknowledged writes through legacy op codes
46
+ * [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later
47
+ * [PHP-1528] - Extension should link OpenSSL during compilation
51
48
</notes >
52
49
53
50
<contents >
218
215
</extsrcrelease >
219
216
<changelog >
220
217
218
+ <release >
219
+ <date >2016-04-26</date >
220
+ <time >16:07:00</time >
221
+ <version >
222
+ <release >1.6.14</release >
223
+ <api >1.6.14</api >
224
+ </version >
225
+ <stability >
226
+ <release >stable</release >
227
+ <api >stable</api >
228
+ </stability >
229
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
230
+ <notes >
231
+ ** Bug
232
+ * [PHP-1468] - Segfault on node with high network latency
233
+ * [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link
234
+
235
+ ** Improvement
236
+ * [PHP-1510] - Route unacknowledged writes through legacy op codes
237
+ </notes >
238
+ </release >
239
+
221
240
<release >
222
241
<date >2016-03-17</date >
223
242
<time >19:06: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.15-dev "
19
+ #define PHP_MONGO_VERSION "1.6.15"
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