Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit e79ddd5

Browse files
committed
BUMP 1.5.6
1 parent c1b5118 commit e79ddd5

File tree

2 files changed

+44
-13
lines changed

2 files changed

+44
-13
lines changed

package.xml

Lines changed: 43 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<active>yes</active>
3131
</lead>
3232

33-
<date>2014-07-30</date>
34-
<time>12:10:39</time>
33+
<date>2014-09-16</date>
34+
<time>10:10:39</time>
3535
<version>
36-
<release>1.5.5</release>
37-
<api>1.5.5</api>
36+
<release>1.5.6</release>
37+
<api>1.5.6</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,16 +43,20 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
46-
* [PHP-722] - Segfault when passing null value to MongoCollection::find() and unclear other conditions are met, inaccurate error message
47-
* [PHP-1105] - long_as_object = 0 no effect
48-
* [PHP-1107] - Connections to server hangs when indexes are being created
49-
* [PHP-1131] - Journal option should set "j" field in GLE instead of "journal"
46+
* [PHP-1155] - php_mongo_io_stream_read() should revert to default_socket_timeout if socketTimeoutMS was zero
47+
* [PHP-1156] - Use default and block indefinitely for zero and negative connect/socket timeouts, respectively
48+
* [PHP-1158] - Driver emits warnings after setting connectTimeoutMS
49+
* [PHP-1220] - Client doesn't find Primary after election
50+
51+
** Improvement
52+
* [PHP-1154] - Make connect/read timeouts for blocking and defaults consistent
5053

5154
** Documentation
52-
* [PHP-840] - Document deprecated MongoClient properties
53-
* [PHP-1081] - MongoId $id property is not documented correctly
54-
* [PHP-1147] - Clean up GridFS insert/delete method documentation
55-
* [PHP-1148] - Add "ssl" connection option to MongoClient changelog
55+
* [PHP-1157] - Fix documentation for MongoCursor::timeout() default
56+
* [PHP-1159] - Document that users may need to copy libsasl.dll to lib path for Windows installs
57+
* [PHP-1162] - Update documentation for MongoLog constants
58+
* [PHP-1167] - Clarify that $snapshot only prevents duplicates in documentation
59+
* [PHP-1216] - Clarify that RS connections to non-canonical hostnames are not kept
5660
</notes>
5761

5862
<contents>
@@ -243,6 +247,33 @@
243247
</notes>
244248
</release>
245249

250+
<release>
251+
<date>2014-07-30</date>
252+
<time>12:10:39</time>
253+
<version>
254+
<release>1.5.5</release>
255+
<api>1.5.5</api>
256+
</version>
257+
<stability>
258+
<release>stable</release>
259+
<api>stable</api>
260+
</stability>
261+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
262+
<notes>
263+
** Bug
264+
* [PHP-722] - Segfault when passing null value to MongoCollection::find() and unclear other conditions are met, inaccurate error message
265+
* [PHP-1105] - long_as_object = 0 no effect
266+
* [PHP-1107] - Connections to server hangs when indexes are being created
267+
* [PHP-1131] - Journal option should set "j" field in GLE instead of "journal"
268+
269+
** Documentation
270+
* [PHP-840] - Document deprecated MongoClient properties
271+
* [PHP-1081] - MongoId $id property is not documented correctly
272+
* [PHP-1147] - Clean up GridFS insert/delete method documentation
273+
* [PHP-1148] - Add "ssl" connection option to MongoClient changelog
274+
</notes>
275+
</release>
276+
246277
<release>
247278
<date>2014-06-05</date>
248279
<time>12:21:05</time>

php_mongo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef PHP_MONGO_H
1717
#define PHP_MONGO_H 1
1818

19-
#define PHP_MONGO_VERSION "1.5.5"
19+
#define PHP_MONGO_VERSION "1.5.6"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)