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 +30
-11
lines changed Expand file tree Collapse file tree 2 files changed +30
-11
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-13 </date >
34
- <time >12:14 :05</time >
33
+ <date >2015-03-24 </date >
34
+ <time >10:46 :05</time >
35
35
<version >
36
- <release >1.6.5 </release >
37
- <api >1.6.5 </api >
36
+ <release >1.6.6 </release >
37
+ <api >1.6.6 </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-1406] - Connecting through SSL no longer works in PHP 5.6 with 2.4.13, 2.6.6, and later
47
- * [PHP-1407] - Hostname matching with Replica Set doesn't work pre PHP 5.6
48
- * [PHP-1412] - Compile error when OpenSSL is not available
49
-
50
- ** Improvement
51
- * [PHP-1410] - Add certification expiration matching
46
+ * [PHP-1413] - Driver segfaults with SSL connection and no context options
47
+ * [PHP-1414] - SSL peer verification should reference stream->context options
52
48
</notes >
53
49
54
50
<contents >
218
214
</extsrcrelease >
219
215
<changelog >
220
216
217
+ <release >
218
+ <date >2015-03-13</date >
219
+ <time >12:14:05</time >
220
+ <version >
221
+ <release >1.6.5</release >
222
+ <api >1.6.5</api >
223
+ </version >
224
+ <stability >
225
+ <release >stable</release >
226
+ <api >stable</api >
227
+ </stability >
228
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
229
+ <notes >
230
+ ** Bug
231
+ * [PHP-1406] - Connecting through SSL no longer works in PHP 5.6 with 2.4.13, 2.6.6, and later
232
+ * [PHP-1407] - Hostname matching with Replica Set doesn't work pre PHP 5.6
233
+ * [PHP-1412] - Compile error when OpenSSL is not available
234
+
235
+ ** Improvement
236
+ * [PHP-1410] - Add certification expiration matching
237
+ </notes >
238
+ </release >
239
+
221
240
<release >
222
241
<date >2015-03-03</date >
223
242
<time >08:22: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.6-dev "
19
+ #define PHP_MONGO_VERSION "1.6.6"
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