|
30 | 30 | <active>yes</active> |
31 | 31 | </lead> |
32 | 32 |
|
33 | | - <date>2014-06-05</date> |
34 | | - <time>12:21:05</time> |
| 33 | + <date>2014-06-17</date> |
| 34 | + <time>10:25:39</time> |
35 | 35 | <version> |
36 | | - <release>1.5.3</release> |
37 | | - <api>1.5.3</api> |
| 36 | + <release>1.5.4</release> |
| 37 | + <api>1.5.4</api> |
38 | 38 | </version> |
39 | 39 | <stability> |
40 | 40 | <release>stable</release> |
41 | 41 | <api>stable</api> |
42 | 42 | </stability> |
43 | 43 | <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license> |
44 | 44 | <notes> |
45 | | - * [PHP-928] - The 'w' property is read-only |
46 | | - * [PHP-970] - Explain how to_index_string() creates names for ensureIndex() and deleteIndex() |
47 | | - * [PHP-1052] - Replace JSON encoding of stream notifications with standard PHP serialize encoding |
48 | | - * [PHP-1060] - "The '$id' property is read-only" |
49 | | - * [PHP-1096] - PHP crashes due to null pointer dereference on shutdown when JSON extension is not present |
50 | | - * [PHP-1099] - socketTimeoutMS=-1 doesn't work |
51 | | - * [PHP-1102] - php driver throws exception when connect string contains an unresolvable hostname |
52 | | - * [PHP-1104] - New Replica Set connections hang when secondaries are creating indexes during initialSync |
53 | | - * [PHP-1109] - Upsert should return _id instead of array of ids |
54 | | - |
55 | | -** Task |
56 | | - * [PHP-1076] - Document deprecation notices for timeout and wtimeout options |
57 | | - * [PHP-1078] - Document wTimeoutMS, socketTimeoutMS, and maxTimeMS for ensure/createIndex |
| 45 | +** Bug |
| 46 | + * [PHP-1111] - MongoClient constructor crashes on connection to slave |
| 47 | + * [PHP-1118] - Aggregate cursor on non-existing collection throws weird error |
| 48 | + * [PHP-1120] - The mongo driver fails to build as static extension |
58 | 49 | </notes> |
59 | 50 |
|
60 | 51 | <contents> |
|
225 | 216 |
|
226 | 217 | <changelog> |
227 | 218 |
|
| 219 | + <release> |
| 220 | + <date>2014-06-05</date> |
| 221 | + <time>12:21:05</time> |
| 222 | + <version> |
| 223 | + <release>1.5.3</release> |
| 224 | + <api>1.5.3</api> |
| 225 | + </version> |
| 226 | + <stability> |
| 227 | + <release>stable</release> |
| 228 | + <api>stable</api> |
| 229 | + </stability> |
| 230 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license> |
| 231 | + <notes> |
| 232 | + * [PHP-928] - The 'w' property is read-only |
| 233 | + * [PHP-970] - Explain how to_index_string() creates names for ensureIndex() and deleteIndex() |
| 234 | + * [PHP-1052] - Replace JSON encoding of stream notifications with standard PHP serialize encoding |
| 235 | + * [PHP-1060] - "The '$id' property is read-only" |
| 236 | + * [PHP-1096] - PHP crashes due to null pointer dereference on shutdown when JSON extension is not present |
| 237 | + * [PHP-1099] - socketTimeoutMS=-1 doesn't work |
| 238 | + * [PHP-1102] - php driver throws exception when connect string contains an unresolvable hostname |
| 239 | + * [PHP-1104] - New Replica Set connections hang when secondaries are creating indexes during initialSync |
| 240 | + * [PHP-1109] - Upsert should return _id instead of array of ids |
| 241 | + |
| 242 | +** Task |
| 243 | + * [PHP-1076] - Document deprecation notices for timeout and wtimeout options |
| 244 | + * [PHP-1078] - Document wTimeoutMS, socketTimeoutMS, and maxTimeMS for ensure/createIndex |
| 245 | + </notes> |
| 246 | + </release> |
| 247 | + |
228 | 248 | <release> |
229 | 249 | <date>2014-05-06</date> |
230 | 250 | <time>12:44:05</time> |
|
0 commit comments