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 +27
-6
lines changed Expand file tree Collapse file tree 2 files changed +27
-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 >2015-08 -25</date >
34
- <time >16:54 :00</time >
33
+ <date >2015-11 -25</date >
34
+ <time >17:25 :00</time >
35
35
<version >
36
- <release >1.6.11 </release >
37
- <api >1.6.11 </api >
36
+ <release >1.6.12 </release >
37
+ <api >1.6.12 </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-1467] - PHP driver on big endian platform not connecting to MongoDB
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
47
50
</notes >
48
51
49
52
<contents >
214
217
</extsrcrelease >
215
218
<changelog >
216
219
220
+ <release >
221
+ <date >2015-08-25</date >
222
+ <time >16:54:00</time >
223
+ <version >
224
+ <release >1.6.11</release >
225
+ <api >1.6.11</api >
226
+ </version >
227
+ <stability >
228
+ <release >stable</release >
229
+ <api >stable</api >
230
+ </stability >
231
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
232
+ <notes >
233
+ ** Bug
234
+ * [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB
235
+ </notes >
236
+ </release >
237
+
217
238
<release >
218
239
<date >2015-07-02</date >
219
240
<time >18:25: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.12-dev "
19
+ #define PHP_MONGO_VERSION "1.6.12"
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